Html Css Color HEX #E05CAB Brilliant Rose

📋 copy color: '#E05CAB'

red 224 ◦ green 92 ◦ blue 171

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

Shades of Brilliant Rose #E05CAB

Tints of Brilliant Rose #E05CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.11%

R = 46%
G = 18.89%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E05CAB (or 0xE05CAB) is known color: Brilliant Rose. HEX triplet: E0, 5C and AB. RGB value is (224,92,171). Sum of RGB (Red+Green+Blue) = 224+92+171=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E05CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05CAB is #1FA354. Grayscale: #8C8C8C. Windows color (decimal): -2073429 or 11230432. OLE color: 11230432.

HSL color Cylindrical-coordinate representation of color #E05CAB: hue angle of 324.09º 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 #E05CAB is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 92 171 -
CMYK 0 0.59 0.24 0.12
HSL 324.09º 0.68% 0.62% -
HSV(B) 324.09º 0.59% 0.88% -
XYZ 41.92 26.44 41.42 -
YUV 140.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 224 92 171 0 0.59 0.24 0.12 324.09 0.68 0.62
Hex E0 5C AB 0 3B 18 C 144 44 3E
Octal 340 134 253 0 73 30 14 504 104 76
Binary 11100000 1011100 10101011 0 111011 11000 1100 101000100 1000100 111110

Color Harmonies of #E05CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05CAB

Black with #E05CAB

Text Example


Text Example

White with #E05CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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