Html Css Color HEX #EF93E7 Pale Magenta

📋 copy color: '#EF93E7'

red 239 ◦ green 147 ◦ blue 231

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

Shades of Pale Magenta #EF93E7

Tints of Pale Magenta #EF93E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.44%

R = 38.74%
G = 23.82%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF93E7 (or 0xEF93E7) is known color: Pale Magenta. HEX triplet: EF, 93 and E7. RGB value is (239,147,231). Sum of RGB (Red+Green+Blue) = 239+147+231=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 147 (57.81% from 255 or 23.82% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF93E7 is #106C18. Grayscale: #B7B7B7. Windows color (decimal): -1076249 or 15176687. OLE color: 15176687.

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

Color convert

RGB 239 147 231 -
CMYK 0 0.38 0.03 0.06
HSL 305.22º 0.74% 0.76% -
HSV(B) 305.22º 0.38% 0.94% -
XYZ 60.45 44.99 81.1 -
YUV 184.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 239 147 231 0 0.38 0.03 0.06 305.22 0.74 0.76
Hex EF 93 E7 0 26 3 6 131 4A 4C
Octal 357 223 347 0 46 3 6 461 112 114
Binary 11101111 10010011 11100111 0 100110 11 110 100110001 1001010 1001100

Color Harmonies of #EF93E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93E7

Black with #EF93E7

Text Example


Text Example

White with #EF93E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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