Html Css Color HEX #EF94E1 Pale Magenta

📋 copy color: '#EF94E1'

red 239 ◦ green 148 ◦ blue 225

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

Shades of Pale Magenta #EF94E1

Tints of Pale Magenta #EF94E1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.18%

 BLUE value IS 225 (88.28% from 255) = 36.76%

R = 39.05%
G = 24.18%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF94E1 (or 0xEF94E1) is known color: Pale Magenta. HEX triplet: EF, 94 and E1. RGB value is (239,148,225). Sum of RGB (Red+Green+Blue) = 239+148+225=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94E1 is #106B1E. Grayscale: #B7B7B7. Windows color (decimal): -1075999 or 14783727. OLE color: 14783727.

HSL color Cylindrical-coordinate representation of color #EF94E1: hue angle of 309.23º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF94E1 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 148 225 -
CMYK 0 0.38 0.06 0.06
HSL 309.23º 0.74% 0.76% -
HSV(B) 309.23º 0.38% 0.94% -
XYZ 59.78 44.97 76.76 -
YUV 183.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 239 148 225 0 0.38 0.06 0.06 309.23 0.74 0.76
Hex EF 94 E1 0 26 6 6 135 4A 4C
Octal 357 224 341 0 46 6 6 465 112 114
Binary 11101111 10010100 11100001 0 100110 110 110 100110101 1001010 1001100

Color Harmonies of #EF94E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF94E1

Black with #EF94E1

Text Example


Text Example

White with #EF94E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF94E1; }

 p { color: rgb(239,148,225); }

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

background-color css

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

 a { background-color: rgb(239,148,225); }

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

border-color css

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

 span { border-color: rgb(239,148,225); }

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