Html Css Color HEX #EF81C7 Tea Rose

📋 copy color: '#EF81C7'

red 239 ◦ green 129 ◦ blue 199

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

Shades of Tea Rose #EF81C7

Tints of Tea Rose #EF81C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.1%

R = 42.15%
G = 22.75%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF81C7 (or 0xEF81C7) is known color: Tea Rose. HEX triplet: EF, 81 and C7. RGB value is (239,129,199). Sum of RGB (Red+Green+Blue) = 239+129+199=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81C7 is #107E38. Grayscale: #A9A9A9. Windows color (decimal): -1080889 or 13074927. OLE color: 13074927.

HSL color Cylindrical-coordinate representation of color #EF81C7: hue angle of 321.82º 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 #EF81C7 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 129 199 -
CMYK 0 0.46 0.17 0.06
HSL 321.82º 0.77% 0.72% -
HSV(B) 321.82º 0.46% 0.94% -
XYZ 53.76 38.17 58.57 -
YUV 169.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 239 129 199 0 0.46 0.17 0.06 321.82 0.77 0.72
Hex EF 81 C7 0 2E 11 6 142 4D 48
Octal 357 201 307 0 56 21 6 502 115 110
Binary 11101111 10000001 11000111 0 101110 10001 110 101000010 1001101 1001000

Color Harmonies of #EF81C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81C7

Black with #EF81C7

Text Example


Text Example

White with #EF81C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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