Html Css Color HEX #EF82CF Tea Rose

📋 copy color: '#EF82CF'

red 239 ◦ green 130 ◦ blue 207

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

Shades of Tea Rose #EF82CF

Tints of Tea Rose #EF82CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.94%

R = 41.49%
G = 22.57%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF82CF (or 0xEF82CF) is known color: Tea Rose. HEX triplet: EF, 82 and CF. RGB value is (239,130,207). Sum of RGB (Red+Green+Blue) = 239+130+207=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82CF is #107D30. Grayscale: #ABABAB. Windows color (decimal): -1080625 or 13599471. OLE color: 13599471.

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

Color convert

RGB 239 130 207 -
CMYK 0 0.46 0.13 0.06
HSL 317.61º 0.77% 0.72% -
HSV(B) 317.61º 0.46% 0.94% -
XYZ 54.84 38.82 63.63 -
YUV 171.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 239 130 207 0 0.46 0.13 0.06 317.61 0.77 0.72
Hex EF 82 CF 0 2E D 6 13E 4D 48
Octal 357 202 317 0 56 15 6 476 115 110
Binary 11101111 10000010 11001111 0 101110 1101 110 100111110 1001101 1001000

Color Harmonies of #EF82CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF82CF

Black with #EF82CF

Text Example


Text Example

White with #EF82CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF82CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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