Html Css Color HEX #EF81C1 Tea Rose

📋 copy color: '#EF81C1'

red 239 ◦ green 129 ◦ blue 193

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

Shades of Tea Rose #EF81C1

Tints of Tea Rose #EF81C1

RGB

 RED value IS 239 (93.75% from 255) = 42.6%

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

 BLUE value IS 193 (75.78% from 255) = 34.4%

R = 42.6%
G = 22.99%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF81C1 (or 0xEF81C1) is known color: Tea Rose. HEX triplet: EF, 81 and C1. RGB value is (239,129,193). Sum of RGB (Red+Green+Blue) = 239+129+193=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81C1 is #107E3E. Grayscale: #A9A9A9. Windows color (decimal): -1080895 or 12681711. OLE color: 12681711.

HSL color Cylindrical-coordinate representation of color #EF81C1: hue angle of 325.09º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF81C1 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 129 193 -
CMYK 0 0.46 0.19 0.06
HSL 325.09º 0.77% 0.72% -
HSV(B) 325.09º 0.46% 0.94% -
XYZ 53.07 37.9 54.97 -
YUV 169.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 239 129 193 0 0.46 0.19 0.06 325.09 0.77 0.72
Hex EF 81 C1 0 2E 13 6 145 4D 48
Octal 357 201 301 0 56 23 6 505 115 110
Binary 11101111 10000001 11000001 0 101110 10011 110 101000101 1001101 1001000

Color Harmonies of #EF81C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81C1

Black with #EF81C1

Text Example


Text Example

White with #EF81C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81C1; }

 p { color: rgb(239,129,193); }

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

background-color css

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

 a { background-color: rgb(239,129,193); }

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

border-color css

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

 span { border-color: rgb(239,129,193); }

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