Html Css Color HEX #E48CCC Tea Rose

📋 copy color: '#E48CCC'

red 228 ◦ green 140 ◦ blue 204

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

Shades of Tea Rose #E48CCC

Tints of Tea Rose #E48CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.48%

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

R = 39.86%
G = 24.48%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E48CCC (or 0xE48CCC) is known color: Tea Rose. HEX triplet: E4, 8C and CC. RGB value is (228,140,204). Sum of RGB (Red+Green+Blue) = 228+140+204=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CCC is #1B7333. Grayscale: #ADADAD. Windows color (decimal): -1798964 or 13405412. OLE color: 13405412.

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

Color convert

RGB 228 140 204 -
CMYK 0 0.39 0.11 0.11
HSL 316.36º 0.62% 0.72% -
HSV(B) 316.36º 0.39% 0.89% -
XYZ 52.27 39.61 62.02 -
YUV 173.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 228 140 204 0 0.39 0.11 0.11 316.36 0.62 0.72
Hex E4 8C CC 0 27 B B 13C 3E 48
Octal 344 214 314 0 47 13 13 474 76 110
Binary 11100100 10001100 11001100 0 100111 1011 1011 100111100 111110 1001000

Color Harmonies of #E48CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48CCC

Black with #E48CCC

Text Example


Text Example

White with #E48CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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