Html Css Color HEX #EB81C5 Tea Rose

📋 copy color: '#EB81C5'

red 235 ◦ green 129 ◦ blue 197

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

Shades of Tea Rose #EB81C5

Tints of Tea Rose #EB81C5

RGB

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

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

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

R = 41.89%
G = 22.99%
B = 35.12%

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

#EB81C5 (or 0xEB81C5) is known color: Tea Rose. HEX triplet: EB, 81 and C5. RGB value is (235,129,197). Sum of RGB (Red+Green+Blue) = 235+129+197=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81C5 is #147E3A. Grayscale: #A8A8A8. Windows color (decimal): -1343035 or 12943851. OLE color: 12943851.

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

Color convert

RGB 235 129 197 -
CMYK 0 0.45 0.16 0.08
HSL 321.51º 0.73% 0.71% -
HSV(B) 321.51º 0.45% 0.92% -
XYZ 52.19 37.39 57.29 -
YUV 168.45 144.12 175.47 -
System Red Green Blue C M Y K H S L
Decimal 235 129 197 0 0.45 0.16 0.08 321.51 0.73 0.71
Hex EB 81 C5 0 2D 10 8 142 49 47
Octal 353 201 305 0 55 20 10 502 111 107
Binary 11101011 10000001 11000101 0 101101 10000 1000 101000010 1001001 1000111

Color Harmonies of #EB81C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81C5

Black with #EB81C5

Text Example


Text Example

White with #EB81C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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