Html Css Color HEX #EE3298 Wild Strawberry

📋 copy color: '#EE3298'

red 238 ◦ green 50 ◦ blue 152

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

Shades of Wild Strawberry #EE3298

Tints of Wild Strawberry #EE3298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.36%

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

R = 54.09%
G = 11.36%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EE3298 (or 0xEE3298) is known color: Wild Strawberry. HEX triplet: EE, 32 and 98. RGB value is (238,50,152). Sum of RGB (Red+Green+Blue) = 238+50+152=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3298 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3298 is #11CD67. Grayscale: #757575. Windows color (decimal): -1166696 or 9974510. OLE color: 9974510.

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

Color convert

RGB 238 50 152 -
CMYK 0 0.79 0.36 0.07
HSL 327.45º 0.85% 0.56% -
HSV(B) 327.45º 0.79% 0.93% -
XYZ 42.07 22.73 31.87 -
YUV 117.84 147.28 213.71 -
System Red Green Blue C M Y K H S L
Decimal 238 50 152 0 0.79 0.36 0.07 327.45 0.85 0.56
Hex EE 32 98 0 4F 24 7 147 55 38
Octal 356 62 230 0 117 44 7 507 125 70
Binary 11101110 110010 10011000 0 1001111 100100 111 101000111 1010101 111000

Color Harmonies of #EE3298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3298

Black with #EE3298

Text Example


Text Example

White with #EE3298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3298; }

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

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

background-color css

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

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

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

border-color css

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

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

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