Html Css Color HEX #EF94E3 Pale Magenta

📋 copy color: '#EF94E3'

red 239 ◦ green 148 ◦ blue 227

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

Shades of Pale Magenta #EF94E3

Tints of Pale Magenta #EF94E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.97%

R = 38.93%
G = 24.1%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF94E3 (or 0xEF94E3) is known color: Pale Magenta. HEX triplet: EF, 94 and E3. RGB value is (239,148,227). Sum of RGB (Red+Green+Blue) = 239+148+227=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94E3 is #106B1C. Grayscale: #B7B7B7. Windows color (decimal): -1075997 or 14914799. OLE color: 14914799.

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

Color convert

RGB 239 148 227 -
CMYK 0 0.38 0.05 0.06
HSL 307.91º 0.74% 0.76% -
HSV(B) 307.91º 0.38% 0.94% -
XYZ 60.05 45.08 78.21 -
YUV 184.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 239 148 227 0 0.38 0.05 0.06 307.91 0.74 0.76
Hex EF 94 E3 0 26 5 6 134 4A 4C
Octal 357 224 343 0 46 5 6 464 112 114
Binary 11101111 10010100 11100011 0 100110 101 110 100110100 1001010 1001100

Color Harmonies of #EF94E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF94E3

Black with #EF94E3

Text Example


Text Example

White with #EF94E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF94E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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