Html Css Color HEX #EE3098 Wild Strawberry

📋 copy color: '#EE3098'

red 238 ◦ green 48 ◦ blue 152

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

Shades of Wild Strawberry #EE3098

Tints of Wild Strawberry #EE3098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.96%

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

R = 54.34%
G = 10.96%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EE3098 (or 0xEE3098) is known color: Wild Strawberry. HEX triplet: EE, 30 and 98. RGB value is (238,48,152). Sum of RGB (Red+Green+Blue) = 238+48+152=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3098 is #11CF67. Grayscale: #747474. Windows color (decimal): -1167208 or 9973998. OLE color: 9973998.

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

Color convert

RGB 238 48 152 -
CMYK 0 0.80 0.36 0.07
HSL 327.16º 0.85% 0.56% -
HSV(B) 327.16º 0.8% 0.93% -
XYZ 41.98 22.56 31.85 -
YUV 116.67 147.95 214.54 -
System Red Green Blue C M Y K H S L
Decimal 238 48 152 0 0.80 0.36 0.07 327.16 0.85 0.56
Hex EE 30 98 0 50 24 7 147 55 38
Octal 356 60 230 0 120 44 7 507 125 70
Binary 11101110 110000 10011000 0 1010000 100100 111 101000111 1010101 111000

Color Harmonies of #EE3098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3098

Black with #EE3098

Text Example


Text Example

White with #EE3098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3098; }

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

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

background-color css

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

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

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

border-color css

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

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

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