Html Css Color HEX #EF93E6 Pale Magenta

📋 copy color: '#EF93E6'

red 239 ◦ green 147 ◦ blue 230

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

Shades of Pale Magenta #EF93E6

Tints of Pale Magenta #EF93E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.34%

R = 38.8%
G = 23.86%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF93E6 (or 0xEF93E6) is known color: Pale Magenta. HEX triplet: EF, 93 and E6. RGB value is (239,147,230). Sum of RGB (Red+Green+Blue) = 239+147+230=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF93E6 is #106C19. Grayscale: #B7B7B7. Windows color (decimal): -1076250 or 15111151. OLE color: 15111151.

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

Color convert

RGB 239 147 230 -
CMYK 0 0.38 0.04 0.06
HSL 305.87º 0.74% 0.76% -
HSV(B) 305.87º 0.38% 0.94% -
XYZ 60.31 44.93 80.36 -
YUV 183.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 239 147 230 0 0.38 0.04 0.06 305.87 0.74 0.76
Hex EF 93 E6 0 26 4 6 132 4A 4C
Octal 357 223 346 0 46 4 6 462 112 114
Binary 11101111 10010011 11100110 0 100110 100 110 100110010 1001010 1001100

Color Harmonies of #EF93E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93E6

Black with #EF93E6

Text Example


Text Example

White with #EF93E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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