Html Css Color HEX #EF2C92 Wild Strawberry

📋 copy color: '#EF2C92'

red 239 ◦ green 44 ◦ blue 146

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

Shades of Wild Strawberry #EF2C92

Tints of Wild Strawberry #EF2C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.26%

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

R = 55.71%
G = 10.26%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF2C92 (or 0xEF2C92) is known color: Wild Strawberry. HEX triplet: EF, 2C and 92. RGB value is (239,44,146). Sum of RGB (Red+Green+Blue) = 239+44+146=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2C92 is #10D36D. Grayscale: #717171. Windows color (decimal): -1102702 or 9579759. OLE color: 9579759.

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

Color convert

RGB 239 44 146 -
CMYK 0 0.82 0.39 0.06
HSL 328.62º 0.86% 0.55% -
HSV(B) 328.62º 0.82% 0.94% -
XYZ 41.69 22.23 29.29 -
YUV 113.93 146.1 217.21 -
System Red Green Blue C M Y K H S L
Decimal 239 44 146 0 0.82 0.39 0.06 328.62 0.86 0.55
Hex EF 2C 92 0 52 27 6 149 56 37
Octal 357 54 222 0 122 47 6 511 126 67
Binary 11101111 101100 10010010 0 1010010 100111 110 101001001 1010110 110111

Color Harmonies of #EF2C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2C92

Black with #EF2C92

Text Example


Text Example

White with #EF2C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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