Html Css Color HEX #EF82C9 Tea Rose

📋 copy color: '#EF82C9'

red 239 ◦ green 130 ◦ blue 201

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

Shades of Tea Rose #EF82C9

Tints of Tea Rose #EF82C9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.81%

 BLUE value IS 201 (78.91% from 255) = 35.26%

R = 41.93%
G = 22.81%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF82C9 (or 0xEF82C9) is known color: Tea Rose. HEX triplet: EF, 82 and C9. RGB value is (239,130,201). Sum of RGB (Red+Green+Blue) = 239+130+201=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82C9 is #107D36. Grayscale: #AAAAAA. Windows color (decimal): -1080631 or 13206255. OLE color: 13206255.

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

Color convert

RGB 239 130 201 -
CMYK 0 0.46 0.16 0.06
HSL 320.92º 0.77% 0.72% -
HSV(B) 320.92º 0.46% 0.94% -
XYZ 54.12 38.53 59.84 -
YUV 170.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 239 130 201 0 0.46 0.16 0.06 320.92 0.77 0.72
Hex EF 82 C9 0 2E 10 6 141 4D 48
Octal 357 202 311 0 56 20 6 501 115 110
Binary 11101111 10000010 11001001 0 101110 10000 110 101000001 1001101 1001000

Color Harmonies of #EF82C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF82C9

Black with #EF82C9

Text Example


Text Example

White with #EF82C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF82C9; }

 p { color: rgb(239,130,201); }

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

background-color css

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

 a { background-color: rgb(239,130,201); }

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

border-color css

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

 span { border-color: rgb(239,130,201); }

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