Html Css Color HEX #EF449E Wild Strawberry

📋 copy color: '#EF449E'

red 239 ◦ green 68 ◦ blue 158

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

Shades of Wild Strawberry #EF449E

Tints of Wild Strawberry #EF449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.62%

 BLUE value IS 158 (62.11% from 255) = 33.98%

R = 51.4%
G = 14.62%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF449E (or 0xEF449E) is known color: Wild Strawberry. HEX triplet: EF, 44 and 9E. RGB value is (239,68,158). Sum of RGB (Red+Green+Blue) = 239+68+158=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF449E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF449E is #10BB61. Grayscale: #818181. Windows color (decimal): -1096546 or 10372335. OLE color: 10372335.

HSL color Cylindrical-coordinate representation of color #EF449E: hue angle of 328.42º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF449E is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 68 158 -
CMYK 0 0.72 0.34 0.06
HSL 328.42º 0.84% 0.6% -
HSV(B) 328.42º 0.72% 0.94% -
XYZ 43.84 24.95 34.85 -
YUV 129.39 144.15 206.18 -
System Red Green Blue C M Y K H S L
Decimal 239 68 158 0 0.72 0.34 0.06 328.42 0.84 0.6
Hex EF 44 9E 0 48 22 6 148 54 3C
Octal 357 104 236 0 110 42 6 510 124 74
Binary 11101111 1000100 10011110 0 1001000 100010 110 101001000 1010100 111100

Color Harmonies of #EF449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF449E

Black with #EF449E

Text Example


Text Example

White with #EF449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF449E; }

 p { color: rgb(239,68,158); }

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

background-color css

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

 a { background-color: rgb(239,68,158); }

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

border-color css

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

 span { border-color: rgb(239,68,158); }

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