Html Css Color HEX #EF2591 Wild Strawberry

📋 copy color: '#EF2591'

red 239 ◦ green 37 ◦ blue 145

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

Shades of Wild Strawberry #EF2591

Tints of Wild Strawberry #EF2591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.79%

 BLUE value IS 145 (57.03% from 255) = 34.44%

R = 56.77%
G = 8.79%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF2591 (or 0xEF2591) is known color: Wild Strawberry. HEX triplet: EF, 25 and 91. RGB value is (239,37,145). Sum of RGB (Red+Green+Blue) = 239+37+145=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2591 is #10DA6E. Grayscale: #6D6D6D. Windows color (decimal): -1104495 or 9512431. OLE color: 9512431.

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

Color convert

RGB 239 37 145 -
CMYK 0 0.85 0.39 0.06
HSL 327.92º 0.86% 0.54% -
HSV(B) 327.92º 0.85% 0.94% -
XYZ 41.37 21.72 28.8 -
YUV 109.71 147.92 220.22 -
System Red Green Blue C M Y K H S L
Decimal 239 37 145 0 0.85 0.39 0.06 327.92 0.86 0.54
Hex EF 25 91 0 55 27 6 148 56 36
Octal 357 45 221 0 125 47 6 510 126 66
Binary 11101111 100101 10010001 0 1010101 100111 110 101001000 1010110 110110

Color Harmonies of #EF2591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2591

Black with #EF2591

Text Example


Text Example

White with #EF2591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2591; }

 p { color: rgb(239,37,145); }

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

background-color css

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

 a { background-color: rgb(239,37,145); }

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

border-color css

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

 span { border-color: rgb(239,37,145); }

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