Html Css Color HEX #E87DCD Tea Rose

📋 copy color: '#E87DCD'

red 232 ◦ green 125 ◦ blue 205

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

Shades of Tea Rose #E87DCD

Tints of Tea Rose #E87DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.24%

 BLUE value IS 205 (80.47% from 255) = 36.48%

R = 41.28%
G = 22.24%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E87DCD (or 0xE87DCD) is known color: Tea Rose. HEX triplet: E8, 7D and CD. RGB value is (232,125,205). Sum of RGB (Red+Green+Blue) = 232+125+205=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DCD is #178232. Grayscale: #A5A5A5. Windows color (decimal): -1540659 or 13467112. OLE color: 13467112.

HSL color Cylindrical-coordinate representation of color #E87DCD: hue angle of 315.14º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87DCD is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 125 205 -
CMYK 0 0.46 0.12 0.09
HSL 315.14º 0.7% 0.7% -
HSV(B) 315.14º 0.46% 0.91% -
XYZ 51.63 36.23 62.03 -
YUV 166.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 232 125 205 0 0.46 0.12 0.09 315.14 0.7 0.7
Hex E8 7D CD 0 2E C 9 13B 46 46
Octal 350 175 315 0 56 14 11 473 106 106
Binary 11101000 1111101 11001101 0 101110 1100 1001 100111011 1000110 1000110

Color Harmonies of #E87DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87DCD

Black with #E87DCD

Text Example


Text Example

White with #E87DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87DCD; }

 p { color: rgb(232,125,205); }

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

background-color css

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

 a { background-color: rgb(232,125,205); }

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

border-color css

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

 span { border-color: rgb(232,125,205); }

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