Html Css Color HEX #EF3097 Wild Strawberry

📋 copy color: '#EF3097'

red 239 ◦ green 48 ◦ blue 151

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

Shades of Wild Strawberry #EF3097

Tints of Wild Strawberry #EF3097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.47%

R = 54.57%
G = 10.96%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF3097 (or 0xEF3097) is known color: Wild Strawberry. HEX triplet: EF, 30 and 97. RGB value is (239,48,151). Sum of RGB (Red+Green+Blue) = 239+48+151=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3097 is #10CF68. Grayscale: #747474. Windows color (decimal): -1101673 or 9908463. OLE color: 9908463.

HSL color Cylindrical-coordinate representation of color #EF3097: hue angle of 327.64º 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 #EF3097 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 48 151 -
CMYK 0 0.80 0.37 0.06
HSL 327.64º 0.86% 0.56% -
HSV(B) 327.64º 0.8% 0.94% -
XYZ 42.24 22.7 31.43 -
YUV 116.85 147.28 215.12 -
System Red Green Blue C M Y K H S L
Decimal 239 48 151 0 0.80 0.37 0.06 327.64 0.86 0.56
Hex EF 30 97 0 50 25 6 148 56 38
Octal 357 60 227 0 120 45 6 510 126 70
Binary 11101111 110000 10010111 0 1010000 100101 110 101001000 1010110 111000

Color Harmonies of #EF3097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3097

Black with #EF3097

Text Example


Text Example

White with #EF3097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3097; }

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

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

background-color css

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

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

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

border-color css

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

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

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