Html Css Color HEX #EF7BDA Pale Magenta

📋 copy color: '#EF7BDA'

red 239 ◦ green 123 ◦ blue 218

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

Shades of Pale Magenta #EF7BDA

Tints of Pale Magenta #EF7BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.21%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 41.21%
G = 21.21%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF7BDA (or 0xEF7BDA) is known color: Pale Magenta. HEX triplet: EF, 7B and DA. RGB value is (239,123,218). Sum of RGB (Red+Green+Blue) = 239+123+218=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BDA is #108425. Grayscale: #A8A8A8. Windows color (decimal): -1082406 or 14318575. OLE color: 14318575.

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

Color convert

RGB 239 123 218 -
CMYK 0 0.49 0.09 0.06
HSL 310.86º 0.78% 0.71% -
HSV(B) 310.86º 0.49% 0.94% -
XYZ 55.33 37.58 70.67 -
YUV 168.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 239 123 218 0 0.49 0.09 0.06 310.86 0.78 0.71
Hex EF 7B DA 0 31 9 6 137 4E 47
Octal 357 173 332 0 61 11 6 467 116 107
Binary 11101111 1111011 11011010 0 110001 1001 110 100110111 1001110 1000111

Color Harmonies of #EF7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BDA

Black with #EF7BDA

Text Example


Text Example

White with #EF7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BDA; }

 p { color: rgb(239,123,218); }

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

background-color css

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

 a { background-color: rgb(239,123,218); }

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

border-color css

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

 span { border-color: rgb(239,123,218); }

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