Html Css Color HEX #EF7BE1 Pale Magenta

📋 copy color: '#EF7BE1'

red 239 ◦ green 123 ◦ blue 225

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

Shades of Pale Magenta #EF7BE1

Tints of Pale Magenta #EF7BE1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.95%

 BLUE value IS 225 (88.28% from 255) = 38.33%

R = 40.72%
G = 20.95%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF7BE1 (or 0xEF7BE1) is known color: Pale Magenta. HEX triplet: EF, 7B and E1. RGB value is (239,123,225). Sum of RGB (Red+Green+Blue) = 239+123+225=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 123 (48.44% from 255 or 20.95% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BE1 is #10841E. Grayscale: #A9A9A9. Windows color (decimal): -1082399 or 14777327. OLE color: 14777327.

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

Color convert

RGB 239 123 225 -
CMYK 0 0.49 0.06 0.06
HSL 307.24º 0.78% 0.71% -
HSV(B) 307.24º 0.49% 0.94% -
XYZ 56.27 37.95 75.59 -
YUV 169.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 239 123 225 0 0.49 0.06 0.06 307.24 0.78 0.71
Hex EF 7B E1 0 31 6 6 133 4E 47
Octal 357 173 341 0 61 6 6 463 116 107
Binary 11101111 1111011 11100001 0 110001 110 110 100110011 1001110 1000111

Color Harmonies of #EF7BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BE1

Black with #EF7BE1

Text Example


Text Example

White with #EF7BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BE1; }

 p { color: rgb(239,123,225); }

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

background-color css

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

 a { background-color: rgb(239,123,225); }

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

border-color css

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

 span { border-color: rgb(239,123,225); }

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