Html Css Color HEX #EF75DD Pale Magenta

📋 copy color: '#EF75DD'

red 239 ◦ green 117 ◦ blue 221

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

Shades of Pale Magenta #EF75DD

Tints of Pale Magenta #EF75DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.28%

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 41.42%
G = 20.28%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF75DD (or 0xEF75DD) is known color: Pale Magenta. HEX triplet: EF, 75 and DD. RGB value is (239,117,221). Sum of RGB (Red+Green+Blue) = 239+117+221=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF75DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF75DD is #108A22. Grayscale: #A5A5A5. Windows color (decimal): -1083939 or 14513647. OLE color: 14513647.

HSL color Cylindrical-coordinate representation of color #EF75DD: hue angle of 308.85º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF75DD is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 117 221 -
CMYK 0 0.51 0.08 0.06
HSL 308.85º 0.79% 0.7% -
HSV(B) 308.85º 0.51% 0.94% -
XYZ 55.01 36.29 72.51 -
YUV 165.33 159.42 180.54 -
System Red Green Blue C M Y K H S L
Decimal 239 117 221 0 0.51 0.08 0.06 308.85 0.79 0.7
Hex EF 75 DD 0 33 8 6 135 4F 46
Octal 357 165 335 0 63 10 6 465 117 106
Binary 11101111 1110101 11011101 0 110011 1000 110 100110101 1001111 1000110

Color Harmonies of #EF75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF75DD

Black with #EF75DD

Text Example


Text Example

White with #EF75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF75DD; }

 p { color: rgb(239,117,221); }

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

background-color css

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

 a { background-color: rgb(239,117,221); }

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

border-color css

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

 span { border-color: rgb(239,117,221); }

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