Html Css Color HEX #E686CD Tea Rose

📋 copy color: '#E686CD'

red 230 ◦ green 134 ◦ blue 205

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

Shades of Tea Rose #E686CD

Tints of Tea Rose #E686CD

RGB

 RED value IS 230 (90.23% from 255) = 40.42%

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

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

R = 40.42%
G = 23.55%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E686CD (or 0xE686CD) is known color: Tea Rose. HEX triplet: E6, 86 and CD. RGB value is (230,134,205). Sum of RGB (Red+Green+Blue) = 230+134+205=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E686CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686CD is #197932. Grayscale: #AAAAAA. Windows color (decimal): -1669427 or 13469414. OLE color: 13469414.

HSL color Cylindrical-coordinate representation of color #E686CD: hue angle of 315.62º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E686CD is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 205 -
CMYK 0 0.42 0.11 0.10
HSL 315.63º 0.66% 0.71% -
HSV(B) 315.63º 0.42% 0.9% -
XYZ 52.18 38.28 62.4 -
YUV 170.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 230 134 205 0 0.42 0.11 0.10 315.63 0.66 0.71
Hex E6 86 CD 0 2A B A 13C 42 47
Octal 346 206 315 0 52 13 12 474 102 107
Binary 11100110 10000110 11001101 0 101010 1011 1010 100111100 1000010 1000111

Color Harmonies of #E686CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686CD

Black with #E686CD

Text Example


Text Example

White with #E686CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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