Html Css Color HEX #EB81C6 Tea Rose

📋 copy color: '#EB81C6'

red 235 ◦ green 129 ◦ blue 198

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

Shades of Tea Rose #EB81C6

Tints of Tea Rose #EB81C6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.95%

 BLUE value IS 198 (77.73% from 255) = 35.23%

R = 41.81%
G = 22.95%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB81C6 (or 0xEB81C6) is known color: Tea Rose. HEX triplet: EB, 81 and C6. RGB value is (235,129,198). Sum of RGB (Red+Green+Blue) = 235+129+198=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81C6 is #147E39. Grayscale: #A8A8A8. Windows color (decimal): -1343034 or 13009387. OLE color: 13009387.

HSL color Cylindrical-coordinate representation of color #EB81C6: hue angle of 320.94º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB81C6 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 129 198 -
CMYK 0 0.45 0.16 0.08
HSL 320.94º 0.73% 0.71% -
HSV(B) 320.94º 0.45% 0.92% -
XYZ 52.3 37.44 57.9 -
YUV 168.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 235 129 198 0 0.45 0.16 0.08 320.94 0.73 0.71
Hex EB 81 C6 0 2D 10 8 141 49 47
Octal 353 201 306 0 55 20 10 501 111 107
Binary 11101011 10000001 11000110 0 101101 10000 1000 101000001 1001001 1000111

Color Harmonies of #EB81C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81C6

Black with #EB81C6

Text Example


Text Example

White with #EB81C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81C6; }

 p { color: rgb(235,129,198); }

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

background-color css

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

 a { background-color: rgb(235,129,198); }

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

border-color css

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

 span { border-color: rgb(235,129,198); }

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