Html Css Color HEX #E848A0 Brilliant Rose

📋 copy color: '#E848A0'

red 232 ◦ green 72 ◦ blue 160

#E848A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #E848A0

Tints of Brilliant Rose #E848A0

RGB

 RED value IS 232 (91.02% from 255) = 50%

 GREEN value IS 72 (28.52% from 255) = 15.52%

 BLUE value IS 160 (62.89% from 255) = 34.48%

R = 50%
G = 15.52%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E848A0 (or 0xE848A0) is known color: Brilliant Rose. HEX triplet: E8, 48 and A0. RGB value is (232,72,160). Sum of RGB (Red+Green+Blue) = 232+72+160=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E848A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E848A0 is #17B75F. Grayscale: #818181. Windows color (decimal): -1554272 or 10504424. OLE color: 10504424.

HSL color Cylindrical-coordinate representation of color #E848A0: hue angle of 327º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E848A0 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 72 160 -
CMYK 0 0.69 0.31 0.09
HSL 327º 0.78% 0.6% -
HSV(B) 327º 0.69% 0.91% -
XYZ 41.94 24.33 35.74 -
YUV 129.87 145.01 200.84 -
System Red Green Blue C M Y K H S L
Decimal 232 72 160 0 0.69 0.31 0.09 327 0.78 0.6
Hex E8 48 A0 0 45 1F 9 147 4E 3C
Octal 350 110 240 0 105 37 11 507 116 74
Binary 11101000 1001000 10100000 0 1000101 11111 1001 101000111 1001110 111100

Color Harmonies of #E848A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E848A0

Black with #E848A0

Text Example


Text Example

White with #E848A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E848A0; }

 p { color: rgb(232,72,160); }

 H1.HeaderClassName
 {
   color: #E848A0;
 }
 .AnyTagClassName
 {
   color: #E848A0;
 }
</style>

background-color css

<style>
 a { background-color: #E848A0; }

 a { background-color: rgb(232,72,160); }

 div.DivClassName
 {
   background-color: #E848A0;
 }
 .BgClassName
 {
   background-color: #E848A0;
 }
</style>

border-color css

<style>
 span { border-color: #E848A0; }

 span { border-color: rgb(232,72,160); }

 td.TdClassName
 {
   border-color: #E848A0;
 }
 .TagClassName
 {
   border-color: #E848A0;
 }
</style>