Html Css Color HEX #EF429D Wild Strawberry

📋 copy color: '#EF429D'

red 239 ◦ green 66 ◦ blue 157

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

Shades of Wild Strawberry #EF429D

Tints of Wild Strawberry #EF429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.29%

 BLUE value IS 157 (61.72% from 255) = 33.98%

R = 51.73%
G = 14.29%
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

#EF429D (or 0xEF429D) is known color: Wild Strawberry. HEX triplet: EF, 42 and 9D. RGB value is (239,66,157). Sum of RGB (Red+Green+Blue) = 239+66+157=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF429D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF429D is #10BD62. Grayscale: #7F7F7F. Windows color (decimal): -1097059 or 10306287. OLE color: 10306287.

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

Color convert

RGB 239 66 157 -
CMYK 0 0.72 0.34 0.06
HSL 328.44º 0.84% 0.6% -
HSV(B) 328.44º 0.72% 0.94% -
XYZ 43.63 24.68 34.36 -
YUV 128.1 144.31 207.1 -
System Red Green Blue C M Y K H S L
Decimal 239 66 157 0 0.72 0.34 0.06 328.44 0.84 0.6
Hex EF 42 9D 0 48 22 6 148 54 3C
Octal 357 102 235 0 110 42 6 510 124 74
Binary 11101111 1000010 10011101 0 1001000 100010 110 101001000 1010100 111100

Color Harmonies of #EF429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF429D

Black with #EF429D

Text Example


Text Example

White with #EF429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF429D; }

 p { color: rgb(239,66,157); }

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

background-color css

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

 a { background-color: rgb(239,66,157); }

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

border-color css

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

 span { border-color: rgb(239,66,157); }

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