Html Css Color HEX #EF2E9A Wild Strawberry

📋 copy color: '#EF2E9A'

red 239 ◦ green 46 ◦ blue 154

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

Shades of Wild Strawberry #EF2E9A

Tints of Wild Strawberry #EF2E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 54.44%
G = 10.48%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF2E9A (or 0xEF2E9A) is known color: Wild Strawberry. HEX triplet: EF, 2E and 9A. RGB value is (239,46,154). Sum of RGB (Red+Green+Blue) = 239+46+154=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2E9A is #10D165. Grayscale: #737373. Windows color (decimal): -1102182 or 10104559. OLE color: 10104559.

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

Color convert

RGB 239 46 154 -
CMYK 0 0.81 0.36 0.06
HSL 326.42º 0.86% 0.56% -
HSV(B) 326.42º 0.81% 0.94% -
XYZ 42.41 22.64 32.71 -
YUV 116.02 149.44 215.72 -
System Red Green Blue C M Y K H S L
Decimal 239 46 154 0 0.81 0.36 0.06 326.42 0.86 0.56
Hex EF 2E 9A 0 51 24 6 146 56 38
Octal 357 56 232 0 121 44 6 506 126 70
Binary 11101111 101110 10011010 0 1010001 100100 110 101000110 1010110 111000

Color Harmonies of #EF2E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2E9A

Black with #EF2E9A

Text Example


Text Example

White with #EF2E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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