Html Css Color HEX #EF2C90 Wild Strawberry

📋 copy color: '#EF2C90'

red 239 ◦ green 44 ◦ blue 144

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

Shades of Wild Strawberry #EF2C90

Tints of Wild Strawberry #EF2C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.72%

R = 55.97%
G = 10.3%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF2C90 (or 0xEF2C90) is known color: Wild Strawberry. HEX triplet: EF, 2C and 90. RGB value is (239,44,144). Sum of RGB (Red+Green+Blue) = 239+44+144=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2C90 is #10D36F. Grayscale: #717171. Windows color (decimal): -1102704 or 9448687. OLE color: 9448687.

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

Color convert

RGB 239 44 144 -
CMYK 0 0.82 0.40 0.06
HSL 329.23º 0.86% 0.55% -
HSV(B) 329.23º 0.82% 0.94% -
XYZ 41.53 22.17 28.48 -
YUV 113.71 145.1 217.37 -
System Red Green Blue C M Y K H S L
Decimal 239 44 144 0 0.82 0.40 0.06 329.23 0.86 0.55
Hex EF 2C 90 0 52 28 6 149 56 37
Octal 357 54 220 0 122 50 6 511 126 67
Binary 11101111 101100 10010000 0 1010010 101000 110 101001001 1010110 110111

Color Harmonies of #EF2C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2C90

Black with #EF2C90

Text Example


Text Example

White with #EF2C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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