Html Css Color HEX #E986CD Tea Rose

📋 copy color: '#E986CD'

red 233 ◦ green 134 ◦ blue 205

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

Shades of Tea Rose #E986CD

Tints of Tea Rose #E986CD

RGB

 RED value IS 233 (91.41% from 255) = 40.73%

 GREEN value IS 134 (52.73% from 255) = 23.43%

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

R = 40.73%
G = 23.43%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E986CD (or 0xE986CD) is known color: Tea Rose. HEX triplet: E9, 86 and CD. RGB value is (233,134,205). Sum of RGB (Red+Green+Blue) = 233+134+205=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E986CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986CD is #167932. Grayscale: #ABABAB. Windows color (decimal): -1472819 or 13469417. OLE color: 13469417.

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

Color convert

RGB 233 134 205 -
CMYK 0 0.42 0.12 0.09
HSL 316.97º 0.69% 0.72% -
HSV(B) 316.97º 0.42% 0.91% -
XYZ 53.15 38.78 62.44 -
YUV 171.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 233 134 205 0 0.42 0.12 0.09 316.97 0.69 0.72
Hex E9 86 CD 0 2A C 9 13D 45 48
Octal 351 206 315 0 52 14 11 475 105 110
Binary 11101001 10000110 11001101 0 101010 1100 1001 100111101 1000101 1001000

Color Harmonies of #E986CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986CD

Black with #E986CD

Text Example


Text Example

White with #E986CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986CD; }

 p { color: rgb(233,134,205); }

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

background-color css

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

 a { background-color: rgb(233,134,205); }

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

border-color css

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

 span { border-color: rgb(233,134,205); }

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