Html Css Color HEX #EE3498 Wild Strawberry

📋 copy color: '#EE3498'

red 238 ◦ green 52 ◦ blue 152

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

Shades of Wild Strawberry #EE3498

Tints of Wild Strawberry #EE3498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.76%

 BLUE value IS 152 (59.77% from 255) = 34.39%

R = 53.85%
G = 11.76%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EE3498 (or 0xEE3498) is known color: Wild Strawberry. HEX triplet: EE, 34 and 98. RGB value is (238,52,152). Sum of RGB (Red+Green+Blue) = 238+52+152=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3498 is #11CB67. Grayscale: #767676. Windows color (decimal): -1166184 or 9975022. OLE color: 9975022.

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

Color convert

RGB 238 52 152 -
CMYK 0 0.78 0.36 0.07
HSL 327.74º 0.85% 0.57% -
HSV(B) 327.74º 0.78% 0.93% -
XYZ 42.16 22.9 31.9 -
YUV 119.01 146.62 212.87 -
System Red Green Blue C M Y K H S L
Decimal 238 52 152 0 0.78 0.36 0.07 327.74 0.85 0.57
Hex EE 34 98 0 4E 24 7 148 55 39
Octal 356 64 230 0 116 44 7 510 125 71
Binary 11101110 110100 10011000 0 1001110 100100 111 101001000 1010101 111001

Color Harmonies of #EE3498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3498

Black with #EE3498

Text Example


Text Example

White with #EE3498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3498; }

 p { color: rgb(238,52,152); }

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

background-color css

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

 a { background-color: rgb(238,52,152); }

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

border-color css

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

 span { border-color: rgb(238,52,152); }

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