Html Css Color HEX #EF92E7 Pale Magenta

📋 copy color: '#EF92E7'

red 239 ◦ green 146 ◦ blue 231

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

Shades of Pale Magenta #EF92E7

Tints of Pale Magenta #EF92E7

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.7%

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

R = 38.8%
G = 23.7%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF92E7 (or 0xEF92E7) is known color: Pale Magenta. HEX triplet: EF, 92 and E7. RGB value is (239,146,231). Sum of RGB (Red+Green+Blue) = 239+146+231=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 146 (57.42% from 255 or 23.70% from 616); Blue value is 231 (90.62% from 255 or 37.5% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF92E7 is #106D18. Grayscale: #B7B7B7. Windows color (decimal): -1076505 or 15176431. OLE color: 15176431.

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

Color convert

RGB 239 146 231 -
CMYK 0 0.39 0.03 0.06
HSL 305.16º 0.74% 0.75% -
HSV(B) 305.16º 0.39% 0.94% -
XYZ 60.3 44.68 81.05 -
YUV 183.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 239 146 231 0 0.39 0.03 0.06 305.16 0.74 0.75
Hex EF 92 E7 0 27 3 6 131 4A 4B
Octal 357 222 347 0 47 3 6 461 112 113
Binary 11101111 10010010 11100111 0 100111 11 110 100110001 1001010 1001011

Color Harmonies of #EF92E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF92E7

Black with #EF92E7

Text Example


Text Example

White with #EF92E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF92E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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