Html Css Color HEX #EE74D7 Pale Magenta

📋 copy color: '#EE74D7'

red 238 ◦ green 116 ◦ blue 215

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

Shades of Pale Magenta #EE74D7

Tints of Pale Magenta #EE74D7

RGB

 RED value IS 238 (93.36% from 255) = 41.83%

 GREEN value IS 116 (45.7% from 255) = 20.39%

 BLUE value IS 215 (84.38% from 255) = 37.79%

R = 41.83%
G = 20.39%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EE74D7 (or 0xEE74D7) is known color: Pale Magenta. HEX triplet: EE, 74 and D7. RGB value is (238,116,215). Sum of RGB (Red+Green+Blue) = 238+116+215=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE74D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE74D7 is #118B28. Grayscale: #A3A3A3. Windows color (decimal): -1149737 or 14120174. OLE color: 14120174.

HSL color Cylindrical-coordinate representation of color #EE74D7: hue angle of 311.31º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE74D7 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 116 215 -
CMYK 0 0.51 0.10 0.07
HSL 311.31º 0.78% 0.69% -
HSV(B) 311.31º 0.51% 0.93% -
XYZ 53.77 35.57 68.32 -
YUV 163.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 238 116 215 0 0.51 0.10 0.07 311.31 0.78 0.69
Hex EE 74 D7 0 33 A 7 137 4E 45
Octal 356 164 327 0 63 12 7 467 116 105
Binary 11101110 1110100 11010111 0 110011 1010 111 100110111 1001110 1000101

Color Harmonies of #EE74D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE74D7

Black with #EE74D7

Text Example


Text Example

White with #EE74D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE74D7; }

 p { color: rgb(238,116,215); }

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

background-color css

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

 a { background-color: rgb(238,116,215); }

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

border-color css

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

 span { border-color: rgb(238,116,215); }

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