Html Css Color HEX #EE457A Dark Pink

📋 copy color: '#EE457A'

red 238 ◦ green 69 ◦ blue 122

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

Shades of Dark Pink #EE457A

Tints of Dark Pink #EE457A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.08%

 BLUE value IS 122 (48.05% from 255) = 28.44%

R = 55.48%
G = 16.08%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE457A (or 0xEE457A) is known color: Dark Pink. HEX triplet: EE, 45 and 7A. RGB value is (238,69,122). Sum of RGB (Red+Green+Blue) = 238+69+122=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE457A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE457A is #11BA85. Grayscale: #7D7D7D. Windows color (decimal): -1161862 or 8013294. OLE color: 8013294.

HSL color Cylindrical-coordinate representation of color #EE457A: hue angle of 341.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE457A is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 69 122 -
CMYK 0 0.71 0.49 0.07
HSL 341.18º 0.83% 0.6% -
HSV(B) 341.18º 0.71% 0.93% -
XYZ 40.9 23.84 20.86 -
YUV 125.57 125.99 208.19 -
System Red Green Blue C M Y K H S L
Decimal 238 69 122 0 0.71 0.49 0.07 341.18 0.83 0.6
Hex EE 45 7A 0 47 31 7 155 53 3C
Octal 356 105 172 0 107 61 7 525 123 74
Binary 11101110 1000101 1111010 0 1000111 110001 111 101010101 1010011 111100

Color Harmonies of #EE457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE457A

Black with #EE457A

Text Example


Text Example

White with #EE457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE457A; }

 p { color: rgb(238,69,122); }

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

background-color css

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

 a { background-color: rgb(238,69,122); }

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

border-color css

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

 span { border-color: rgb(238,69,122); }

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