Html Css Color HEX #EF3098 Wild Strawberry

📋 copy color: '#EF3098'

red 239 ◦ green 48 ◦ blue 152

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

Shades of Wild Strawberry #EF3098

Tints of Wild Strawberry #EF3098

RGB

 RED value IS 239 (93.75% from 255) = 54.44%

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

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

R = 54.44%
G = 10.93%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF3098 (or 0xEF3098) is known color: Wild Strawberry. HEX triplet: EF, 30 and 98. RGB value is (239,48,152). Sum of RGB (Red+Green+Blue) = 239+48+152=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3098 is #10CF67. Grayscale: #747474. Windows color (decimal): -1101672 or 9973999. OLE color: 9973999.

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

Color convert

RGB 239 48 152 -
CMYK 0 0.80 0.36 0.06
HSL 327.33º 0.86% 0.56% -
HSV(B) 327.33º 0.8% 0.94% -
XYZ 42.32 22.73 31.86 -
YUV 116.97 147.78 215.04 -
System Red Green Blue C M Y K H S L
Decimal 239 48 152 0 0.80 0.36 0.06 327.33 0.86 0.56
Hex EF 30 98 0 50 24 6 147 56 38
Octal 357 60 230 0 120 44 6 507 126 70
Binary 11101111 110000 10011000 0 1010000 100100 110 101000111 1010110 111000

Color Harmonies of #EF3098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3098

Black with #EF3098

Text Example


Text Example

White with #EF3098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3098; }

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

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

background-color css

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

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

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

border-color css

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

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

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