Html Css Color HEX #E48ACB Tea Rose

📋 copy color: '#E48ACB'

red 228 ◦ green 138 ◦ blue 203

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

Shades of Tea Rose #E48ACB

Tints of Tea Rose #E48ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.25%

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

R = 40.07%
G = 24.25%
B = 35.68%

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

#E48ACB (or 0xE48ACB) is known color: Tea Rose. HEX triplet: E4, 8A and CB. RGB value is (228,138,203). Sum of RGB (Red+Green+Blue) = 228+138+203=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ACB is #1B7534. Grayscale: #ACACAC. Windows color (decimal): -1799477 or 13339364. OLE color: 13339364.

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

Color convert

RGB 228 138 203 -
CMYK 0 0.39 0.11 0.11
HSL 316.67º 0.63% 0.72% -
HSV(B) 316.67º 0.39% 0.89% -
XYZ 51.86 38.98 61.29 -
YUV 172.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 228 138 203 0 0.39 0.11 0.11 316.67 0.63 0.72
Hex E4 8A CB 0 27 B B 13D 3E 48
Octal 344 212 313 0 47 13 13 475 76 110
Binary 11100100 10001010 11001011 0 100111 1011 1011 100111101 111110 1001000

Color Harmonies of #E48ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48ACB

Black with #E48ACB

Text Example


Text Example

White with #E48ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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