Html Css Color HEX #EE5274 Dark Pink

📋 copy color: '#EE5274'

red 238 ◦ green 82 ◦ blue 116

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

Shades of Dark Pink #EE5274

Tints of Dark Pink #EE5274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.81%

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 54.59%
G = 18.81%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE5274 (or 0xEE5274) is known color: Dark Pink. HEX triplet: EE, 52 and 74. RGB value is (238,82,116). Sum of RGB (Red+Green+Blue) = 238+82+116=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5274 is #11AD8B. Grayscale: #848484. Windows color (decimal): -1158540 or 7623406. OLE color: 7623406.

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

Color convert

RGB 238 82 116 -
CMYK 0 0.66 0.51 0.07
HSL 346.92º 0.82% 0.63% -
HSV(B) 346.92º 0.66% 0.93% -
XYZ 41.43 25.47 19.26 -
YUV 132.52 118.68 203.24 -
System Red Green Blue C M Y K H S L
Decimal 238 82 116 0 0.66 0.51 0.07 346.92 0.82 0.63
Hex EE 52 74 0 42 33 7 15B 52 3F
Octal 356 122 164 0 102 63 7 533 122 77
Binary 11101110 1010010 1110100 0 1000010 110011 111 101011011 1010010 111111

Color Harmonies of #EE5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5274

Black with #EE5274

Text Example


Text Example

White with #EE5274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5274; }

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

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

background-color css

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

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

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

border-color css

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

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

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