Html Css Color HEX #EF7BD3 Pale Magenta

📋 copy color: '#EF7BD3'

red 239 ◦ green 123 ◦ blue 211

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

Shades of Pale Magenta #EF7BD3

Tints of Pale Magenta #EF7BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.82%

R = 41.71%
G = 21.47%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF7BD3 (or 0xEF7BD3) is known color: Pale Magenta. HEX triplet: EF, 7B and D3. RGB value is (239,123,211). Sum of RGB (Red+Green+Blue) = 239+123+211=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 123 (48.44% from 255 or 21.47% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BD3 is #10842C. Grayscale: #A7A7A7. Windows color (decimal): -1082413 or 13859823. OLE color: 13859823.

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

Color convert

RGB 239 123 211 -
CMYK 0 0.49 0.12 0.06
HSL 314.48º 0.78% 0.71% -
HSV(B) 314.48º 0.49% 0.94% -
XYZ 54.44 37.22 65.94 -
YUV 167.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 239 123 211 0 0.49 0.12 0.06 314.48 0.78 0.71
Hex EF 7B D3 0 31 C 6 13A 4E 47
Octal 357 173 323 0 61 14 6 472 116 107
Binary 11101111 1111011 11010011 0 110001 1100 110 100111010 1001110 1000111

Color Harmonies of #EF7BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BD3

Black with #EF7BD3

Text Example


Text Example

White with #EF7BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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