Html Css Color HEX #EF3992 Wild Strawberry

📋 copy color: '#EF3992'

red 239 ◦ green 57 ◦ blue 146

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

Shades of Wild Strawberry #EF3992

Tints of Wild Strawberry #EF3992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.9%

 BLUE value IS 146 (57.42% from 255) = 33.03%

R = 54.07%
G = 12.9%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF3992 (or 0xEF3992) is known color: Wild Strawberry. HEX triplet: EF, 39 and 92. RGB value is (239,57,146). Sum of RGB (Red+Green+Blue) = 239+57+146=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3992 is #10C66D. Grayscale: #797979. Windows color (decimal): -1099374 or 9583087. OLE color: 9583087.

HSL color Cylindrical-coordinate representation of color #EF3992: hue angle of 330.66º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3992 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 57 146 -
CMYK 0 0.76 0.39 0.06
HSL 330.66º 0.85% 0.58% -
HSV(B) 330.66º 0.76% 0.94% -
XYZ 42.25 23.35 29.47 -
YUV 121.56 141.8 211.76 -
System Red Green Blue C M Y K H S L
Decimal 239 57 146 0 0.76 0.39 0.06 330.66 0.85 0.58
Hex EF 39 92 0 4C 27 6 14B 55 3A
Octal 357 71 222 0 114 47 6 513 125 72
Binary 11101111 111001 10010010 0 1001100 100111 110 101001011 1010101 111010

Color Harmonies of #EF3992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3992

Black with #EF3992

Text Example


Text Example

White with #EF3992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3992; }

 p { color: rgb(239,57,146); }

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

background-color css

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

 a { background-color: rgb(239,57,146); }

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

border-color css

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

 span { border-color: rgb(239,57,146); }

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