Html Css Color HEX #EE4274 Dark Pink

📋 copy color: '#EE4274'

red 238 ◦ green 66 ◦ blue 116

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

Shades of Dark Pink #EE4274

Tints of Dark Pink #EE4274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

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

R = 56.67%
G = 15.71%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE4274 (or 0xEE4274) is known color: Dark Pink. HEX triplet: EE, 42 and 74. RGB value is (238,66,116). Sum of RGB (Red+Green+Blue) = 238+66+116=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4274 is #11BD8B. Grayscale: #7B7B7B. Windows color (decimal): -1162636 or 7619310. OLE color: 7619310.

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

Color convert

RGB 238 66 116 -
CMYK 0 0.72 0.51 0.07
HSL 342.56º 0.83% 0.6% -
HSV(B) 342.56º 0.72% 0.93% -
XYZ 40.36 23.33 18.9 -
YUV 123.13 123.98 209.93 -
System Red Green Blue C M Y K H S L
Decimal 238 66 116 0 0.72 0.51 0.07 342.56 0.83 0.6
Hex EE 42 74 0 48 33 7 157 53 3C
Octal 356 102 164 0 110 63 7 527 123 74
Binary 11101110 1000010 1110100 0 1001000 110011 111 101010111 1010011 111100

Color Harmonies of #EE4274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4274

Black with #EE4274

Text Example


Text Example

White with #EE4274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4274; }

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

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

background-color css

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

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

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

border-color css

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

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

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