Html Css Color HEX #EF78D3 Pale Magenta

📋 copy color: '#EF78D3'

red 239 ◦ green 120 ◦ blue 211

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

Shades of Pale Magenta #EF78D3

Tints of Pale Magenta #EF78D3

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.05%

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

R = 41.93%
G = 21.05%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF78D3 (or 0xEF78D3) is known color: Pale Magenta. HEX triplet: EF, 78 and D3. RGB value is (239,120,211). Sum of RGB (Red+Green+Blue) = 239+120+211=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF78D3 is #10872C. Grayscale: #A5A5A5. Windows color (decimal): -1083181 or 13859055. OLE color: 13859055.

HSL color Cylindrical-coordinate representation of color #EF78D3: hue angle of 314.12º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF78D3 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 120 211 -
CMYK 0 0.50 0.12 0.06
HSL 314.12º 0.79% 0.7% -
HSV(B) 314.12º 0.5% 0.94% -
XYZ 54.07 36.49 65.82 -
YUV 165.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 239 120 211 0 0.50 0.12 0.06 314.12 0.79 0.7
Hex EF 78 D3 0 32 C 6 13A 4F 46
Octal 357 170 323 0 62 14 6 472 117 106
Binary 11101111 1111000 11010011 0 110010 1100 110 100111010 1001111 1000110

Color Harmonies of #EF78D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF78D3

Black with #EF78D3

Text Example


Text Example

White with #EF78D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF78D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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