Html Css Color HEX #E585CB Tea Rose

📋 copy color: '#E585CB'

red 229 ◦ green 133 ◦ blue 203

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

Shades of Tea Rose #E585CB

Tints of Tea Rose #E585CB

RGB

 RED value IS 229 (89.84% from 255) = 40.53%

 GREEN value IS 133 (52.34% from 255) = 23.54%

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 40.53%
G = 23.54%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E585CB (or 0xE585CB) is known color: Tea Rose. HEX triplet: E5, 85 and CB. RGB value is (229,133,203). Sum of RGB (Red+Green+Blue) = 229+133+203=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E585CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585CB is #1A7A34. Grayscale: #A9A9A9. Windows color (decimal): -1735221 or 13338085. OLE color: 13338085.

HSL color Cylindrical-coordinate representation of color #E585CB: hue angle of 316.25º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E585CB is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 133 203 -
CMYK 0 0.42 0.11 0.10
HSL 316.25º 0.65% 0.71% -
HSV(B) 316.25º 0.42% 0.9% -
XYZ 51.48 37.74 61.07 -
YUV 169.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 229 133 203 0 0.42 0.11 0.10 316.25 0.65 0.71
Hex E5 85 CB 0 2A B A 13C 41 47
Octal 345 205 313 0 52 13 12 474 101 107
Binary 11100101 10000101 11001011 0 101010 1011 1010 100111100 1000001 1000111

Color Harmonies of #E585CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E585CB

Black with #E585CB

Text Example


Text Example

White with #E585CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E585CB; }

 p { color: rgb(229,133,203); }

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

background-color css

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

 a { background-color: rgb(229,133,203); }

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

border-color css

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

 span { border-color: rgb(229,133,203); }

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