Html Css Color HEX #E85A9C Brilliant Rose

📋 copy color: '#E85A9C'

red 232 ◦ green 90 ◦ blue 156

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

Shades of Brilliant Rose #E85A9C

Tints of Brilliant Rose #E85A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.64%

R = 48.54%
G = 18.83%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E85A9C (or 0xE85A9C) is known color: Brilliant Rose. HEX triplet: E8, 5A and 9C. RGB value is (232,90,156). Sum of RGB (Red+Green+Blue) = 232+90+156=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85A9C is #17A563. Grayscale: #8B8B8B. Windows color (decimal): -1549668 or 10246888. OLE color: 10246888.

HSL color Cylindrical-coordinate representation of color #E85A9C: hue angle of 332.11º 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 #E85A9C is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 90 156 -
CMYK 0 0.61 0.33 0.09
HSL 332.11º 0.76% 0.63% -
HSV(B) 332.11º 0.61% 0.91% -
XYZ 42.94 26.87 34.38 -
YUV 139.98 137.04 193.63 -
System Red Green Blue C M Y K H S L
Decimal 232 90 156 0 0.61 0.33 0.09 332.11 0.76 0.63
Hex E8 5A 9C 0 3D 21 9 14C 4C 3F
Octal 350 132 234 0 75 41 11 514 114 77
Binary 11101000 1011010 10011100 0 111101 100001 1001 101001100 1001100 111111

Color Harmonies of #E85A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A9C

Black with #E85A9C

Text Example


Text Example

White with #E85A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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