Html Css Color HEX #EF429E Wild Strawberry

📋 copy color: '#EF429E'

red 239 ◦ green 66 ◦ blue 158

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

Shades of Wild Strawberry #EF429E

Tints of Wild Strawberry #EF429E

RGB

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

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

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

R = 51.62%
G = 14.25%
B = 34.13%

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

#EF429E (or 0xEF429E) is known color: Wild Strawberry. HEX triplet: EF, 42 and 9E. RGB value is (239,66,158). Sum of RGB (Red+Green+Blue) = 239+66+158=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF429E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF429E is #10BD61. Grayscale: #808080. Windows color (decimal): -1097058 or 10371823. OLE color: 10371823.

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

Color convert

RGB 239 66 158 -
CMYK 0 0.72 0.34 0.06
HSL 328.09º 0.84% 0.6% -
HSV(B) 328.09º 0.72% 0.94% -
XYZ 43.72 24.72 34.81 -
YUV 128.22 144.81 207.02 -
System Red Green Blue C M Y K H S L
Decimal 239 66 158 0 0.72 0.34 0.06 328.09 0.84 0.6
Hex EF 42 9E 0 48 22 6 148 54 3C
Octal 357 102 236 0 110 42 6 510 124 74
Binary 11101111 1000010 10011110 0 1001000 100010 110 101001000 1010100 111100

Color Harmonies of #EF429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF429E

Black with #EF429E

Text Example


Text Example

White with #EF429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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