Html Css Color HEX #EF82CE Tea Rose

📋 copy color: '#EF82CE'

red 239 ◦ green 130 ◦ blue 206

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

Shades of Tea Rose #EF82CE

Tints of Tea Rose #EF82CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 41.57%
G = 22.61%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF82CE (or 0xEF82CE) is known color: Tea Rose. HEX triplet: EF, 82 and CE. RGB value is (239,130,206). Sum of RGB (Red+Green+Blue) = 239+130+206=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82CE is #107D31. Grayscale: #ABABAB. Windows color (decimal): -1080626 or 13533935. OLE color: 13533935.

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

Color convert

RGB 239 130 206 -
CMYK 0 0.46 0.14 0.06
HSL 318.17º 0.77% 0.72% -
HSV(B) 318.17º 0.46% 0.94% -
XYZ 54.72 38.77 62.99 -
YUV 171.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 239 130 206 0 0.46 0.14 0.06 318.17 0.77 0.72
Hex EF 82 CE 0 2E E 6 13E 4D 48
Octal 357 202 316 0 56 16 6 476 115 110
Binary 11101111 10000010 11001110 0 101110 1110 110 100111110 1001101 1001000

Color Harmonies of #EF82CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF82CE

Black with #EF82CE

Text Example


Text Example

White with #EF82CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF82CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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