Html Css Color HEX #EF82C5 Tea Rose

📋 copy color: '#EF82C5'

red 239 ◦ green 130 ◦ blue 197

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

Shades of Tea Rose #EF82C5

Tints of Tea Rose #EF82C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.81%

R = 42.23%
G = 22.97%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF82C5 (or 0xEF82C5) is known color: Tea Rose. HEX triplet: EF, 82 and C5. RGB value is (239,130,197). Sum of RGB (Red+Green+Blue) = 239+130+197=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82C5 is #107D3A. Grayscale: #AAAAAA. Windows color (decimal): -1080635 or 12944111. OLE color: 12944111.

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

Color convert

RGB 239 130 197 -
CMYK 0 0.46 0.18 0.06
HSL 323.12º 0.77% 0.72% -
HSV(B) 323.12º 0.46% 0.94% -
XYZ 53.66 38.35 57.4 -
YUV 170.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 239 130 197 0 0.46 0.18 0.06 323.12 0.77 0.72
Hex EF 82 C5 0 2E 12 6 143 4D 48
Octal 357 202 305 0 56 22 6 503 115 110
Binary 11101111 10000010 11000101 0 101110 10010 110 101000011 1001101 1001000

Color Harmonies of #EF82C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF82C5

Black with #EF82C5

Text Example


Text Example

White with #EF82C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF82C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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