Html Css Color HEX #EF93E3 Pale Magenta

📋 copy color: '#EF93E3'

red 239 ◦ green 147 ◦ blue 227

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

Shades of Pale Magenta #EF93E3

Tints of Pale Magenta #EF93E3

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.98%

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

R = 38.99%
G = 23.98%
B = 37.03%

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

#EF93E3 (or 0xEF93E3) is known color: Pale Magenta. HEX triplet: EF, 93 and E3. RGB value is (239,147,227). Sum of RGB (Red+Green+Blue) = 239+147+227=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93E3 is #106C1C. Grayscale: #B7B7B7. Windows color (decimal): -1076253 or 14914543. OLE color: 14914543.

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

Color convert

RGB 239 147 227 -
CMYK 0 0.38 0.05 0.06
HSL 307.83º 0.74% 0.76% -
HSV(B) 307.83º 0.38% 0.94% -
XYZ 59.9 44.76 78.16 -
YUV 183.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 239 147 227 0 0.38 0.05 0.06 307.83 0.74 0.76
Hex EF 93 E3 0 26 5 6 134 4A 4C
Octal 357 223 343 0 46 5 6 464 112 114
Binary 11101111 10010011 11100011 0 100110 101 110 100110100 1001010 1001100

Color Harmonies of #EF93E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93E3

Black with #EF93E3

Text Example


Text Example

White with #EF93E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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