Html Css Color HEX #E485CC Tea Rose

📋 copy color: '#E485CC'

red 228 ◦ green 133 ◦ blue 204

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

Shades of Tea Rose #E485CC

Tints of Tea Rose #E485CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.11%

R = 40.35%
G = 23.54%
B = 36.11%

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

#E485CC (or 0xE485CC) is known color: Tea Rose. HEX triplet: E4, 85 and CC. RGB value is (228,133,204). Sum of RGB (Red+Green+Blue) = 228+133+204=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E485CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E485CC is #1B7A33. Grayscale: #A9A9A9. Windows color (decimal): -1800756 or 13403620. OLE color: 13403620.

HSL color Cylindrical-coordinate representation of color #E485CC: hue angle of 315.16º 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 #E485CC is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 133 204 -
CMYK 0 0.42 0.11 0.11
HSL 315.16º 0.64% 0.71% -
HSV(B) 315.16º 0.42% 0.89% -
XYZ 51.28 37.63 61.69 -
YUV 169.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 228 133 204 0 0.42 0.11 0.11 315.16 0.64 0.71
Hex E4 85 CC 0 2A B B 13B 40 47
Octal 344 205 314 0 52 13 13 473 100 107
Binary 11100100 10000101 11001100 0 101010 1011 1011 100111011 1000000 1000111

Color Harmonies of #E485CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E485CC

Black with #E485CC

Text Example


Text Example

White with #E485CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E485CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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