Html Css Color HEX #EF80C6 Tea Rose

📋 copy color: '#EF80C6'

red 239 ◦ green 128 ◦ blue 198

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

Shades of Tea Rose #EF80C6

Tints of Tea Rose #EF80C6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.65%

 BLUE value IS 198 (77.73% from 255) = 35.04%

R = 42.3%
G = 22.65%
B = 35.04%

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

#EF80C6 (or 0xEF80C6) is known color: Tea Rose. HEX triplet: EF, 80 and C6. RGB value is (239,128,198). Sum of RGB (Red+Green+Blue) = 239+128+198=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80C6 is #107F39. Grayscale: #A9A9A9. Windows color (decimal): -1081146 or 13009135. OLE color: 13009135.

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

Color convert

RGB 239 128 198 -
CMYK 0 0.46 0.17 0.06
HSL 322.16º 0.78% 0.72% -
HSV(B) 322.16º 0.46% 0.94% -
XYZ 53.51 37.87 57.91 -
YUV 169.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 239 128 198 0 0.46 0.17 0.06 322.16 0.78 0.72
Hex EF 80 C6 0 2E 11 6 142 4E 48
Octal 357 200 306 0 56 21 6 502 116 110
Binary 11101111 10000000 11000110 0 101110 10001 110 101000010 1001110 1001000

Color Harmonies of #EF80C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80C6

Black with #EF80C6

Text Example


Text Example

White with #EF80C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80C6; }

 p { color: rgb(239,128,198); }

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

background-color css

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

 a { background-color: rgb(239,128,198); }

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

border-color css

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

 span { border-color: rgb(239,128,198); }

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