Html Css Color HEX #EB86C5 Tea Rose

📋 copy color: '#EB86C5'

red 235 ◦ green 134 ◦ blue 197

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

Shades of Tea Rose #EB86C5

Tints of Tea Rose #EB86C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.81%

R = 41.52%
G = 23.67%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB86C5 (or 0xEB86C5) is known color: Tea Rose. HEX triplet: EB, 86 and C5. RGB value is (235,134,197). Sum of RGB (Red+Green+Blue) = 235+134+197=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86C5 is #14793A. Grayscale: #ABABAB. Windows color (decimal): -1341755 or 12945131. OLE color: 12945131.

HSL color Cylindrical-coordinate representation of color #EB86C5: hue angle of 322.57º 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 #EB86C5 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 134 197 -
CMYK 0 0.43 0.16 0.08
HSL 322.57º 0.72% 0.72% -
HSV(B) 322.57º 0.43% 0.92% -
XYZ 52.86 38.74 57.52 -
YUV 171.38 142.46 173.38 -
System Red Green Blue C M Y K H S L
Decimal 235 134 197 0 0.43 0.16 0.08 322.57 0.72 0.72
Hex EB 86 C5 0 2B 10 8 143 48 48
Octal 353 206 305 0 53 20 10 503 110 110
Binary 11101011 10000110 11000101 0 101011 10000 1000 101000011 1001000 1001000

Color Harmonies of #EB86C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB86C5

Black with #EB86C5

Text Example


Text Example

White with #EB86C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB86C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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