Html Css Color HEX #EF2D8C Wild Strawberry

📋 copy color: '#EF2D8C'

red 239 ◦ green 45 ◦ blue 140

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

Shades of Wild Strawberry #EF2D8C

Tints of Wild Strawberry #EF2D8C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.61%

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 56.37%
G = 10.61%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF2D8C (or 0xEF2D8C) is known color: Wild Strawberry. HEX triplet: EF, 2D and 8C. RGB value is (239,45,140). Sum of RGB (Red+Green+Blue) = 239+45+140=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2D8C is #10D273. Grayscale: #717171. Windows color (decimal): -1102452 or 9186799. OLE color: 9186799.

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

Color convert

RGB 239 45 140 -
CMYK 0 0.81 0.41 0.06
HSL 330.62º 0.86% 0.56% -
HSV(B) 330.62º 0.81% 0.94% -
XYZ 41.27 22.12 26.91 -
YUV 113.84 142.77 217.28 -
System Red Green Blue C M Y K H S L
Decimal 239 45 140 0 0.81 0.41 0.06 330.62 0.86 0.56
Hex EF 2D 8C 0 51 29 6 14B 56 38
Octal 357 55 214 0 121 51 6 513 126 70
Binary 11101111 101101 10001100 0 1010001 101001 110 101001011 1010110 111000

Color Harmonies of #EF2D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2D8C

Black with #EF2D8C

Text Example


Text Example

White with #EF2D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2D8C; }

 p { color: rgb(239,45,140); }

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

background-color css

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

 a { background-color: rgb(239,45,140); }

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

border-color css

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

 span { border-color: rgb(239,45,140); }

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