Html Css Color HEX #E48BCB Tea Rose

📋 copy color: '#E48BCB'

red 228 ◦ green 139 ◦ blue 203

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

Shades of Tea Rose #E48BCB

Tints of Tea Rose #E48BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.39%

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

R = 40%
G = 24.39%
B = 35.61%

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

#E48BCB (or 0xE48BCB) is known color: Tea Rose. HEX triplet: E4, 8B and CB. RGB value is (228,139,203). Sum of RGB (Red+Green+Blue) = 228+139+203=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BCB is #1B7434. Grayscale: #ACACAC. Windows color (decimal): -1799221 or 13339620. OLE color: 13339620.

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

Color convert

RGB 228 139 203 -
CMYK 0 0.39 0.11 0.11
HSL 316.85º 0.62% 0.72% -
HSV(B) 316.85º 0.39% 0.89% -
XYZ 52.01 39.27 61.34 -
YUV 172.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 228 139 203 0 0.39 0.11 0.11 316.85 0.62 0.72
Hex E4 8B CB 0 27 B B 13D 3E 48
Octal 344 213 313 0 47 13 13 475 76 110
Binary 11100100 10001011 11001011 0 100111 1011 1011 100111101 111110 1001000

Color Harmonies of #E48BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48BCB

Black with #E48BCB

Text Example


Text Example

White with #E48BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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