Html Css Color HEX #EF81D0 Tea Rose

📋 copy color: '#EF81D0'

red 239 ◦ green 129 ◦ blue 208

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

Shades of Tea Rose #EF81D0

Tints of Tea Rose #EF81D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.11%

R = 41.49%
G = 22.4%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF81D0 (or 0xEF81D0) is known color: Tea Rose. HEX triplet: EF, 81 and D0. RGB value is (239,129,208). Sum of RGB (Red+Green+Blue) = 239+129+208=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81D0 is #107E2F. Grayscale: #AAAAAA. Windows color (decimal): -1080880 or 13664751. OLE color: 13664751.

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

Color convert

RGB 239 129 208 -
CMYK 0 0.46 0.13 0.06
HSL 316.91º 0.77% 0.72% -
HSV(B) 316.91º 0.46% 0.94% -
XYZ 54.83 38.61 64.24 -
YUV 170.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 239 129 208 0 0.46 0.13 0.06 316.91 0.77 0.72
Hex EF 81 D0 0 2E D 6 13D 4D 48
Octal 357 201 320 0 56 15 6 475 115 110
Binary 11101111 10000001 11010000 0 101110 1101 110 100111101 1001101 1001000

Color Harmonies of #EF81D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81D0

Black with #EF81D0

Text Example


Text Example

White with #EF81D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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