Html Css Color HEX #E686CB Tea Rose

📋 copy color: '#E686CB'

red 230 ◦ green 134 ◦ blue 203

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

Shades of Tea Rose #E686CB

Tints of Tea Rose #E686CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.8%

R = 40.56%
G = 23.63%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E686CB (or 0xE686CB) is known color: Tea Rose. HEX triplet: E6, 86 and CB. RGB value is (230,134,203). Sum of RGB (Red+Green+Blue) = 230+134+203=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E686CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686CB is #197934. Grayscale: #AAAAAA. Windows color (decimal): -1669429 or 13338342. OLE color: 13338342.

HSL color Cylindrical-coordinate representation of color #E686CB: hue angle of 316.88º 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 #E686CB is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 203 -
CMYK 0 0.42 0.12 0.10
HSL 316.88º 0.66% 0.71% -
HSV(B) 316.88º 0.42% 0.9% -
XYZ 51.94 38.18 61.13 -
YUV 170.57 146.3 170.39 -
System Red Green Blue C M Y K H S L
Decimal 230 134 203 0 0.42 0.12 0.10 316.88 0.66 0.71
Hex E6 86 CB 0 2A C A 13D 42 47
Octal 346 206 313 0 52 14 12 475 102 107
Binary 11100110 10000110 11001011 0 101010 1100 1010 100111101 1000010 1000111

Color Harmonies of #E686CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686CB

Black with #E686CB

Text Example


Text Example

White with #E686CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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