Html Css Color HEX #EB86CF Tea Rose

📋 copy color: '#EB86CF'

red 235 ◦ green 134 ◦ blue 207

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

Shades of Tea Rose #EB86CF

Tints of Tea Rose #EB86CF

RGB

 RED value IS 235 (92.19% from 255) = 40.8%

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

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

R = 40.8%
G = 23.26%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB86CF (or 0xEB86CF) is known color: Tea Rose. HEX triplet: EB, 86 and CF. RGB value is (235,134,207). Sum of RGB (Red+Green+Blue) = 235+134+207=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86CF is #147930. Grayscale: #ACACAC. Windows color (decimal): -1341745 or 13600491. OLE color: 13600491.

HSL color Cylindrical-coordinate representation of color #EB86CF: hue angle of 316.63º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB86CF is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 134 207 -
CMYK 0 0.43 0.12 0.08
HSL 316.63º 0.72% 0.72% -
HSV(B) 316.63º 0.43% 0.92% -
XYZ 54.05 39.22 63.75 -
YUV 172.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 235 134 207 0 0.43 0.12 0.08 316.63 0.72 0.72
Hex EB 86 CF 0 2B C 8 13D 48 48
Octal 353 206 317 0 53 14 10 475 110 110
Binary 11101011 10000110 11001111 0 101011 1100 1000 100111101 1001000 1001000

Color Harmonies of #EB86CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB86CF

Black with #EB86CF

Text Example


Text Example

White with #EB86CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB86CF; }

 p { color: rgb(235,134,207); }

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

background-color css

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

 a { background-color: rgb(235,134,207); }

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

border-color css

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

 span { border-color: rgb(235,134,207); }

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