Html Css Color HEX #E48CCB Tea Rose

📋 copy color: '#E48CCB'

red 228 ◦ green 140 ◦ blue 203

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

Shades of Tea Rose #E48CCB

Tints of Tea Rose #E48CCB

RGB

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

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

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

R = 39.93%
G = 24.52%
B = 35.55%

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

#E48CCB (or 0xE48CCB) is known color: Tea Rose. HEX triplet: E4, 8C and CB. RGB value is (228,140,203). Sum of RGB (Red+Green+Blue) = 228+140+203=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CCB is #1B7334. Grayscale: #ADADAD. Windows color (decimal): -1798965 or 13339876. OLE color: 13339876.

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

Color convert

RGB 228 140 203 -
CMYK 0 0.39 0.11 0.11
HSL 317.05º 0.62% 0.72% -
HSV(B) 317.05º 0.39% 0.89% -
XYZ 52.15 39.56 61.39 -
YUV 173.49 144.65 166.88 -
System Red Green Blue C M Y K H S L
Decimal 228 140 203 0 0.39 0.11 0.11 317.05 0.62 0.72
Hex E4 8C CB 0 27 B B 13D 3E 48
Octal 344 214 313 0 47 13 13 475 76 110
Binary 11100100 10001100 11001011 0 100111 1011 1011 100111101 111110 1001000

Color Harmonies of #E48CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48CCB

Black with #E48CCB

Text Example


Text Example

White with #E48CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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