Html Css Color HEX #E05CAC Brilliant Rose

📋 copy color: '#E05CAC'

red 224 ◦ green 92 ◦ blue 172

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

Shades of Brilliant Rose #E05CAC

Tints of Brilliant Rose #E05CAC

RGB

 RED value IS 224 (87.89% from 255) = 45.9%

 GREEN value IS 92 (36.33% from 255) = 18.85%

 BLUE value IS 172 (67.58% from 255) = 35.25%

R = 45.9%
G = 18.85%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E05CAC (or 0xE05CAC) is known color: Brilliant Rose. HEX triplet: E0, 5C and AC. RGB value is (224,92,172). Sum of RGB (Red+Green+Blue) = 224+92+172=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E05CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05CAC is #1FA353. Grayscale: #8C8C8C. Windows color (decimal): -2073428 or 11295968. OLE color: 11295968.

HSL color Cylindrical-coordinate representation of color #E05CAC: hue angle of 323.64º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05CAC is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 92 172 -
CMYK 0 0.59 0.23 0.12
HSL 323.64º 0.68% 0.62% -
HSV(B) 323.64º 0.59% 0.88% -
XYZ 42.01 26.48 41.93 -
YUV 140.59 145.73 187.5 -
System Red Green Blue C M Y K H S L
Decimal 224 92 172 0 0.59 0.23 0.12 323.64 0.68 0.62
Hex E0 5C AC 0 3B 17 C 144 44 3E
Octal 340 134 254 0 73 27 14 504 104 76
Binary 11100000 1011100 10101100 0 111011 10111 1100 101000100 1000100 111110

Color Harmonies of #E05CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05CAC

Black with #E05CAC

Text Example


Text Example

White with #E05CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05CAC; }

 p { color: rgb(224,92,172); }

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

background-color css

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

 a { background-color: rgb(224,92,172); }

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

border-color css

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

 span { border-color: rgb(224,92,172); }

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