Html Css Color HEX #EF7BE2 Pale Magenta

📋 copy color: '#EF7BE2'

red 239 ◦ green 123 ◦ blue 226

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

Shades of Pale Magenta #EF7BE2

Tints of Pale Magenta #EF7BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.44%

R = 40.65%
G = 20.92%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF7BE2 (or 0xEF7BE2) is known color: Pale Magenta. HEX triplet: EF, 7B and E2. RGB value is (239,123,226). Sum of RGB (Red+Green+Blue) = 239+123+226=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 123 (48.44% from 255 or 20.92% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BE2 is #10841D. Grayscale: #A9A9A9. Windows color (decimal): -1082398 or 14842863. OLE color: 14842863.

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

Color convert

RGB 239 123 226 -
CMYK 0 0.49 0.05 0.06
HSL 306.72º 0.78% 0.71% -
HSV(B) 306.72º 0.49% 0.94% -
XYZ 56.41 38.01 76.31 -
YUV 169.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 239 123 226 0 0.49 0.05 0.06 306.72 0.78 0.71
Hex EF 7B E2 0 31 5 6 133 4E 47
Octal 357 173 342 0 61 5 6 463 116 107
Binary 11101111 1111011 11100010 0 110001 101 110 100110011 1001110 1000111

Color Harmonies of #EF7BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BE2

Black with #EF7BE2

Text Example


Text Example

White with #EF7BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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