Html Css Color HEX #EF2E8E Wild Strawberry

📋 copy color: '#EF2E8E'

red 239 ◦ green 46 ◦ blue 142

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

Shades of Wild Strawberry #EF2E8E

Tints of Wild Strawberry #EF2E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.77%

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 55.97%
G = 10.77%
B = 33.26%

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

#EF2E8E (or 0xEF2E8E) is known color: Wild Strawberry. HEX triplet: EF, 2E and 8E. RGB value is (239,46,142). Sum of RGB (Red+Green+Blue) = 239+46+142=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2E8E is #10D171. Grayscale: #727272. Windows color (decimal): -1102194 or 9318127. OLE color: 9318127.

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

Color convert

RGB 239 46 142 -
CMYK 0 0.81 0.41 0.06
HSL 330.16º 0.86% 0.56% -
HSV(B) 330.16º 0.81% 0.94% -
XYZ 41.46 22.26 27.7 -
YUV 114.65 143.44 216.69 -
System Red Green Blue C M Y K H S L
Decimal 239 46 142 0 0.81 0.41 0.06 330.16 0.86 0.56
Hex EF 2E 8E 0 51 29 6 14A 56 38
Octal 357 56 216 0 121 51 6 512 126 70
Binary 11101111 101110 10001110 0 1010001 101001 110 101001010 1010110 111000

Color Harmonies of #EF2E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2E8E

Black with #EF2E8E

Text Example


Text Example

White with #EF2E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2E8E; }

 p { color: rgb(239,46,142); }

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

background-color css

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

 a { background-color: rgb(239,46,142); }

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

border-color css

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

 span { border-color: rgb(239,46,142); }

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