Html Css Color HEX #E88DCF Tea Rose

📋 copy color: '#E88DCF'

red 232 ◦ green 141 ◦ blue 207

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

Shades of Tea Rose #E88DCF

Tints of Tea Rose #E88DCF

RGB

 RED value IS 232 (91.02% from 255) = 40%

 GREEN value IS 141 (55.47% from 255) = 24.31%

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

R = 40%
G = 24.31%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E88DCF (or 0xE88DCF) is known color: Tea Rose. HEX triplet: E8, 8D and CF. RGB value is (232,141,207). Sum of RGB (Red+Green+Blue) = 232+141+207=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DCF is #177230. Grayscale: #AFAFAF. Windows color (decimal): -1536561 or 13602280. OLE color: 13602280.

HSL color Cylindrical-coordinate representation of color #E88DCF: hue angle of 316.48º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E88DCF is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 141 207 -
CMYK 0 0.39 0.11 0.09
HSL 316.48º 0.66% 0.73% -
HSV(B) 316.48º 0.39% 0.91% -
XYZ 54.07 40.71 64.04 -
YUV 175.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 232 141 207 0 0.39 0.11 0.09 316.48 0.66 0.73
Hex E8 8D CF 0 27 B 9 13C 42 49
Octal 350 215 317 0 47 13 11 474 102 111
Binary 11101000 10001101 11001111 0 100111 1011 1001 100111100 1000010 1001001

Color Harmonies of #E88DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88DCF

Black with #E88DCF

Text Example


Text Example

White with #E88DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88DCF; }

 p { color: rgb(232,141,207); }

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

background-color css

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

 a { background-color: rgb(232,141,207); }

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

border-color css

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

 span { border-color: rgb(232,141,207); }

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