Html Css Color HEX #EE2690 Wild Strawberry

📋 copy color: '#EE2690'

red 238 ◦ green 38 ◦ blue 144

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

Shades of Wild Strawberry #EE2690

Tints of Wild Strawberry #EE2690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.29%

R = 56.67%
G = 9.05%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE2690 (or 0xEE2690) is known color: Wild Strawberry. HEX triplet: EE, 26 and 90. RGB value is (238,38,144). Sum of RGB (Red+Green+Blue) = 238+38+144=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2690 is #11D96F. Grayscale: #6D6D6D. Windows color (decimal): -1169776 or 9447150. OLE color: 9447150.

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

Color convert

RGB 238 38 144 -
CMYK 0 0.84 0.39 0.07
HSL 328.2º 0.85% 0.54% -
HSV(B) 328.2º 0.84% 0.93% -
XYZ 40.99 21.58 28.39 -
YUV 109.88 147.26 219.38 -
System Red Green Blue C M Y K H S L
Decimal 238 38 144 0 0.84 0.39 0.07 328.2 0.85 0.54
Hex EE 26 90 0 54 27 7 148 55 36
Octal 356 46 220 0 124 47 7 510 125 66
Binary 11101110 100110 10010000 0 1010100 100111 111 101001000 1010101 110110

Color Harmonies of #EE2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2690

Black with #EE2690

Text Example


Text Example

White with #EE2690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2690; }

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

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

background-color css

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

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

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

border-color css

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

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

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