Html Css Color HEX #E485CB Tea Rose

📋 copy color: '#E485CB'

red 228 ◦ green 133 ◦ blue 203

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

Shades of Tea Rose #E485CB

Tints of Tea Rose #E485CB

RGB

 RED value IS 228 (89.45% from 255) = 40.43%

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

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

R = 40.43%
G = 23.58%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E485CB (or 0xE485CB) is known color: Tea Rose. HEX triplet: E4, 85 and CB. RGB value is (228,133,203). Sum of RGB (Red+Green+Blue) = 228+133+203=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E485CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E485CB is #1B7A34. Grayscale: #A9A9A9. Windows color (decimal): -1800757 or 13338084. OLE color: 13338084.

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

Color convert

RGB 228 133 203 -
CMYK 0 0.42 0.11 0.11
HSL 315.79º 0.64% 0.71% -
HSV(B) 315.79º 0.42% 0.89% -
XYZ 51.16 37.58 61.06 -
YUV 169.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 228 133 203 0 0.42 0.11 0.11 315.79 0.64 0.71
Hex E4 85 CB 0 2A B B 13C 40 47
Octal 344 205 313 0 52 13 13 474 100 107
Binary 11100100 10000101 11001011 0 101010 1011 1011 100111100 1000000 1000111

Color Harmonies of #E485CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E485CB

Black with #E485CB

Text Example


Text Example

White with #E485CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E485CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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