Html Css Color HEX #EF8BE5 Pale Magenta

📋 copy color: '#EF8BE5'

red 239 ◦ green 139 ◦ blue 229

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

Shades of Pale Magenta #EF8BE5

Tints of Pale Magenta #EF8BE5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.9%

 BLUE value IS 229 (89.84% from 255) = 37.73%

R = 39.37%
G = 22.9%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF8BE5 (or 0xEF8BE5) is known color: Pale Magenta. HEX triplet: EF, 8B and E5. RGB value is (239,139,229). Sum of RGB (Red+Green+Blue) = 239+139+229=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BE5 is #10741A. Grayscale: #B2B2B2. Windows color (decimal): -1078299 or 15043567. OLE color: 15043567.

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

Color convert

RGB 239 139 229 -
CMYK 0 0.42 0.04 0.06
HSL 306º 0.76% 0.74% -
HSV(B) 306º 0.42% 0.94% -
XYZ 58.97 42.47 79.22 -
YUV 179.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 239 139 229 0 0.42 0.04 0.06 306 0.76 0.74
Hex EF 8B E5 0 2A 4 6 132 4C 4A
Octal 357 213 345 0 52 4 6 462 114 112
Binary 11101111 10001011 11100101 0 101010 100 110 100110010 1001100 1001010

Color Harmonies of #EF8BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8BE5

Black with #EF8BE5

Text Example


Text Example

White with #EF8BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8BE5; }

 p { color: rgb(239,139,229); }

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

background-color css

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

 a { background-color: rgb(239,139,229); }

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

border-color css

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

 span { border-color: rgb(239,139,229); }

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