Html Css Color HEX #EE258E Deep Pink

📋 copy color: '#EE258E'

red 238 ◦ green 37 ◦ blue 142

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

Shades of Deep Pink #EE258E

Tints of Deep Pink #EE258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.87%

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 57.07%
G = 8.87%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE258E (or 0xEE258E) is known color: Deep Pink. HEX triplet: EE, 25 and 8E. RGB value is (238,37,142). Sum of RGB (Red+Green+Blue) = 238+37+142=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE258E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE258E is #11DA71. Grayscale: #6C6C6C. Windows color (decimal): -1170034 or 9315822. OLE color: 9315822.

HSL color Cylindrical-coordinate representation of color #EE258E: hue angle of 328.66º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE258E is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 37 142 -
CMYK 0 0.84 0.40 0.07
HSL 328.66º 0.86% 0.54% -
HSV(B) 328.66º 0.84% 0.93% -
XYZ 40.8 21.45 27.58 -
YUV 109.07 146.59 219.96 -
System Red Green Blue C M Y K H S L
Decimal 238 37 142 0 0.84 0.40 0.07 328.66 0.86 0.54
Hex EE 25 8E 0 54 28 7 149 56 36
Octal 356 45 216 0 124 50 7 511 126 66
Binary 11101110 100101 10001110 0 1010100 101000 111 101001001 1010110 110110

Color Harmonies of #EE258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE258E

Black with #EE258E

Text Example


Text Example

White with #EE258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE258E; }

 p { color: rgb(238,37,142); }

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

background-color css

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

 a { background-color: rgb(238,37,142); }

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

border-color css

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

 span { border-color: rgb(238,37,142); }

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