Html Css Color HEX #EE26B4 Spicy Pink

📋 copy color: '#EE26B4'

red 238 ◦ green 38 ◦ blue 180

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

Shades of Spicy Pink #EE26B4

Tints of Spicy Pink #EE26B4

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.33%

 BLUE value IS 180 (70.7% from 255) = 39.47%

R = 52.19%
G = 8.33%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EE26B4 (or 0xEE26B4) is known color: Spicy Pink. HEX triplet: EE, 26 and B4. RGB value is (238,38,180). Sum of RGB (Red+Green+Blue) = 238+38+180=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE26B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE26B4 is #11D94B. Grayscale: #717171. Windows color (decimal): -1169740 or 11806446. OLE color: 11806446.

HSL color Cylindrical-coordinate representation of color #EE26B4: hue angle of 317.4º degrees, saturation: 0.85, 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 #EE26B4 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 38 180 -
CMYK 0 0.84 0.24 0.07
HSL 317.4º 0.85% 0.54% -
HSV(B) 317.4º 0.84% 0.93% -
XYZ 44.19 22.86 45.26 -
YUV 113.99 165.26 216.45 -
System Red Green Blue C M Y K H S L
Decimal 238 38 180 0 0.84 0.24 0.07 317.4 0.85 0.54
Hex EE 26 B4 0 54 18 7 13D 55 36
Octal 356 46 264 0 124 30 7 475 125 66
Binary 11101110 100110 10110100 0 1010100 11000 111 100111101 1010101 110110

Color Harmonies of #EE26B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE26B4

Black with #EE26B4

Text Example


Text Example

White with #EE26B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE26B4; }

 p { color: rgb(238,38,180); }

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

background-color css

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

 a { background-color: rgb(238,38,180); }

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

border-color css

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

 span { border-color: rgb(238,38,180); }

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