Html Css Color HEX #EF70DE Pale Magenta

📋 copy color: '#EF70DE'

red 239 ◦ green 112 ◦ blue 222

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

Shades of Pale Magenta #EF70DE

Tints of Pale Magenta #EF70DE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.55%

 BLUE value IS 222 (87.11% from 255) = 38.74%

R = 41.71%
G = 19.55%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF70DE (or 0xEF70DE) is known color: Pale Magenta. HEX triplet: EF, 70 and DE. RGB value is (239,112,222). Sum of RGB (Red+Green+Blue) = 239+112+222=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70DE is #108F21. Grayscale: #A2A2A2. Windows color (decimal): -1085218 or 14577903. OLE color: 14577903.

HSL color Cylindrical-coordinate representation of color #EF70DE: hue angle of 308.03º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF70DE is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 222 -
CMYK 0 0.53 0.07 0.06
HSL 308.03º 0.8% 0.69% -
HSV(B) 308.03º 0.53% 0.94% -
XYZ 54.58 35.21 73.03 -
YUV 162.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 239 112 222 0 0.53 0.07 0.06 308.03 0.8 0.69
Hex EF 70 DE 0 35 7 6 134 50 45
Octal 357 160 336 0 65 7 6 464 120 105
Binary 11101111 1110000 11011110 0 110101 111 110 100110100 1010000 1000101

Color Harmonies of #EF70DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70DE

Black with #EF70DE

Text Example


Text Example

White with #EF70DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70DE; }

 p { color: rgb(239,112,222); }

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

background-color css

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

 a { background-color: rgb(239,112,222); }

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

border-color css

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

 span { border-color: rgb(239,112,222); }

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