Html Css Color HEX #EE2A92 Wild Strawberry

📋 copy color: '#EE2A92'

red 238 ◦ green 42 ◦ blue 146

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

Shades of Wild Strawberry #EE2A92

Tints of Wild Strawberry #EE2A92

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.86%

 BLUE value IS 146 (57.42% from 255) = 34.27%

R = 55.87%
G = 9.86%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE2A92 (or 0xEE2A92) is known color: Wild Strawberry. HEX triplet: EE, 2A and 92. RGB value is (238,42,146). Sum of RGB (Red+Green+Blue) = 238+42+146=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2A92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2A92 is #11D56D. Grayscale: #707070. Windows color (decimal): -1168750 or 9579246. OLE color: 9579246.

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

Color convert

RGB 238 42 146 -
CMYK 0 0.82 0.39 0.07
HSL 328.16º 0.85% 0.55% -
HSV(B) 328.16º 0.82% 0.93% -
XYZ 41.28 21.91 29.25 -
YUV 112.46 146.93 217.54 -
System Red Green Blue C M Y K H S L
Decimal 238 42 146 0 0.82 0.39 0.07 328.16 0.85 0.55
Hex EE 2A 92 0 52 27 7 148 55 37
Octal 356 52 222 0 122 47 7 510 125 67
Binary 11101110 101010 10010010 0 1010010 100111 111 101001000 1010101 110111

Color Harmonies of #EE2A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2A92

Black with #EE2A92

Text Example


Text Example

White with #EE2A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2A92; }

 p { color: rgb(238,42,146); }

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

background-color css

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

 a { background-color: rgb(238,42,146); }

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

border-color css

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

 span { border-color: rgb(238,42,146); }

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