Html Css Color HEX #EF82C6 Tea Rose

📋 copy color: '#EF82C6'

red 239 ◦ green 130 ◦ blue 198

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

Shades of Tea Rose #EF82C6

Tints of Tea Rose #EF82C6

RGB

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

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

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

R = 42.15%
G = 22.93%
B = 34.92%

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

#EF82C6 (or 0xEF82C6) is known color: Tea Rose. HEX triplet: EF, 82 and C6. RGB value is (239,130,198). Sum of RGB (Red+Green+Blue) = 239+130+198=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82C6 is #107D39. Grayscale: #AAAAAA. Windows color (decimal): -1080634 or 13009647. OLE color: 13009647.

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

Color convert

RGB 239 130 198 -
CMYK 0 0.46 0.17 0.06
HSL 322.57º 0.77% 0.72% -
HSV(B) 322.57º 0.46% 0.94% -
XYZ 53.77 38.39 58 -
YUV 170.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 239 130 198 0 0.46 0.17 0.06 322.57 0.77 0.72
Hex EF 82 C6 0 2E 11 6 143 4D 48
Octal 357 202 306 0 56 21 6 503 115 110
Binary 11101111 10000010 11000110 0 101110 10001 110 101000011 1001101 1001000

Color Harmonies of #EF82C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF82C6

Black with #EF82C6

Text Example


Text Example

White with #EF82C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF82C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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