Html Css Color HEX #EF7ED2 Pale Magenta

📋 copy color: '#EF7ED2'

red 239 ◦ green 126 ◦ blue 210

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

Shades of Pale Magenta #EF7ED2

Tints of Pale Magenta #EF7ED2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.91%

 BLUE value IS 210 (82.42% from 255) = 36.52%

R = 41.57%
G = 21.91%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF7ED2 (or 0xEF7ED2) is known color: Pale Magenta. HEX triplet: EF, 7E and D2. RGB value is (239,126,210). Sum of RGB (Red+Green+Blue) = 239+126+210=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ED2 is #10812D. Grayscale: #A9A9A9. Windows color (decimal): -1081646 or 13795055. OLE color: 13795055.

HSL color Cylindrical-coordinate representation of color #EF7ED2: hue angle of 315.4º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7ED2 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 126 210 -
CMYK 0 0.47 0.12 0.06
HSL 315.4º 0.78% 0.72% -
HSV(B) 315.4º 0.47% 0.94% -
XYZ 54.69 37.93 65.41 -
YUV 169.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 239 126 210 0 0.47 0.12 0.06 315.4 0.78 0.72
Hex EF 7E D2 0 2F C 6 13B 4E 48
Octal 357 176 322 0 57 14 6 473 116 110
Binary 11101111 1111110 11010010 0 101111 1100 110 100111011 1001110 1001000

Color Harmonies of #EF7ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7ED2

Black with #EF7ED2

Text Example


Text Example

White with #EF7ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7ED2; }

 p { color: rgb(239,126,210); }

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

background-color css

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

 a { background-color: rgb(239,126,210); }

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

border-color css

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

 span { border-color: rgb(239,126,210); }

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