Html Css Color HEX #EB81C9 Tea Rose

📋 copy color: '#EB81C9'

red 235 ◦ green 129 ◦ blue 201

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

Shades of Tea Rose #EB81C9

Tints of Tea Rose #EB81C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.58%

R = 41.59%
G = 22.83%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB81C9 (or 0xEB81C9) is known color: Tea Rose. HEX triplet: EB, 81 and C9. RGB value is (235,129,201). Sum of RGB (Red+Green+Blue) = 235+129+201=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81C9 is #147E36. Grayscale: #A8A8A8. Windows color (decimal): -1343031 or 13205995. OLE color: 13205995.

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

Color convert

RGB 235 129 201 -
CMYK 0 0.45 0.14 0.08
HSL 319.25º 0.73% 0.71% -
HSV(B) 319.25º 0.45% 0.92% -
XYZ 52.65 37.58 59.74 -
YUV 168.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 235 129 201 0 0.45 0.14 0.08 319.25 0.73 0.71
Hex EB 81 C9 0 2D E 8 13F 49 47
Octal 353 201 311 0 55 16 10 477 111 107
Binary 11101011 10000001 11001001 0 101101 1110 1000 100111111 1001001 1000111

Color Harmonies of #EB81C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81C9

Black with #EB81C9

Text Example


Text Example

White with #EB81C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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