Html Css Color HEX #EF90E0 Pale Magenta

📋 copy color: '#EF90E0'

red 239 ◦ green 144 ◦ blue 224

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

Shades of Pale Magenta #EF90E0

Tints of Pale Magenta #EF90E0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.72%

 BLUE value IS 224 (87.89% from 255) = 36.9%

R = 39.37%
G = 23.72%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF90E0 (or 0xEF90E0) is known color: Pale Magenta. HEX triplet: EF, 90 and E0. RGB value is (239,144,224). Sum of RGB (Red+Green+Blue) = 239+144+224=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90E0 is #106F1F. Grayscale: #B5B5B5. Windows color (decimal): -1077024 or 14717167. OLE color: 14717167.

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

Color convert

RGB 239 144 224 -
CMYK 0 0.40 0.06 0.06
HSL 309.47º 0.75% 0.75% -
HSV(B) 309.47º 0.4% 0.94% -
XYZ 59.02 43.68 75.84 -
YUV 181.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 239 144 224 0 0.40 0.06 0.06 309.47 0.75 0.75
Hex EF 90 E0 0 28 6 6 135 4B 4B
Octal 357 220 340 0 50 6 6 465 113 113
Binary 11101111 10010000 11100000 0 101000 110 110 100110101 1001011 1001011

Color Harmonies of #EF90E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90E0

Black with #EF90E0

Text Example


Text Example

White with #EF90E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90E0; }

 p { color: rgb(239,144,224); }

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

background-color css

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

 a { background-color: rgb(239,144,224); }

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

border-color css

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

 span { border-color: rgb(239,144,224); }

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