Html Css Color HEX #E85A99 Brilliant Rose

📋 copy color: '#E85A99'

red 232 ◦ green 90 ◦ blue 153

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

Shades of Brilliant Rose #E85A99

Tints of Brilliant Rose #E85A99

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.95%

 BLUE value IS 153 (60.16% from 255) = 32.21%

R = 48.84%
G = 18.95%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E85A99 (or 0xE85A99) is known color: Brilliant Rose. HEX triplet: E8, 5A and 99. RGB value is (232,90,153). Sum of RGB (Red+Green+Blue) = 232+90+153=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85A99 is #17A566. Grayscale: #8B8B8B. Windows color (decimal): -1549671 or 10050280. OLE color: 10050280.

HSL color Cylindrical-coordinate representation of color #E85A99: hue angle of 333.38º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85A99 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 90 153 -
CMYK 0 0.61 0.34 0.09
HSL 333.38º 0.76% 0.63% -
HSV(B) 333.38º 0.61% 0.91% -
XYZ 42.68 26.77 33.05 -
YUV 139.64 135.54 193.88 -
System Red Green Blue C M Y K H S L
Decimal 232 90 153 0 0.61 0.34 0.09 333.38 0.76 0.63
Hex E8 5A 99 0 3D 22 9 14D 4C 3F
Octal 350 132 231 0 75 42 11 515 114 77
Binary 11101000 1011010 10011001 0 111101 100010 1001 101001101 1001100 111111

Color Harmonies of #E85A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A99

Black with #E85A99

Text Example


Text Example

White with #E85A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A99; }

 p { color: rgb(232,90,153); }

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

background-color css

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

 a { background-color: rgb(232,90,153); }

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

border-color css

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

 span { border-color: rgb(232,90,153); }

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