Html Css Color HEX #EF3095 Wild Strawberry

📋 copy color: '#EF3095'

red 239 ◦ green 48 ◦ blue 149

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

Shades of Wild Strawberry #EF3095

Tints of Wild Strawberry #EF3095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.17%

R = 54.82%
G = 11.01%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF3095 (or 0xEF3095) is known color: Wild Strawberry. HEX triplet: EF, 30 and 95. RGB value is (239,48,149). Sum of RGB (Red+Green+Blue) = 239+48+149=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3095 is #10CF6A. Grayscale: #747474. Windows color (decimal): -1101675 or 9777391. OLE color: 9777391.

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

Color convert

RGB 239 48 149 -
CMYK 0 0.80 0.38 0.06
HSL 328.27º 0.86% 0.56% -
HSV(B) 328.27º 0.8% 0.94% -
XYZ 42.08 22.63 30.58 -
YUV 116.62 146.28 215.29 -
System Red Green Blue C M Y K H S L
Decimal 239 48 149 0 0.80 0.38 0.06 328.27 0.86 0.56
Hex EF 30 95 0 50 26 6 148 56 38
Octal 357 60 225 0 120 46 6 510 126 70
Binary 11101111 110000 10010101 0 1010000 100110 110 101001000 1010110 111000

Color Harmonies of #EF3095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3095

Black with #EF3095

Text Example


Text Example

White with #EF3095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3095; }

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

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

background-color css

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

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

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

border-color css

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

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

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