Html Css Color HEX #E48CCF Tea Rose

📋 copy color: '#E48CCF'

red 228 ◦ green 140 ◦ blue 207

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

Shades of Tea Rose #E48CCF

Tints of Tea Rose #E48CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36%

R = 39.65%
G = 24.35%
B = 36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E48CCF (or 0xE48CCF) is known color: Tea Rose. HEX triplet: E4, 8C and CF. RGB value is (228,140,207). Sum of RGB (Red+Green+Blue) = 228+140+207=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CCF is #1B7330. Grayscale: #ADADAD. Windows color (decimal): -1798961 or 13602020. OLE color: 13602020.

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

Color convert

RGB 228 140 207 -
CMYK 0 0.39 0.09 0.11
HSL 314.32º 0.62% 0.72% -
HSV(B) 314.32º 0.39% 0.89% -
XYZ 52.64 39.76 63.93 -
YUV 173.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 228 140 207 0 0.39 0.09 0.11 314.32 0.62 0.72
Hex E4 8C CF 0 27 9 B 13A 3E 48
Octal 344 214 317 0 47 11 13 472 76 110
Binary 11100100 10001100 11001111 0 100111 1001 1011 100111010 111110 1001000

Color Harmonies of #E48CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48CCF

Black with #E48CCF

Text Example


Text Example

White with #E48CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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