Html Css Color HEX #EF358D Wild Strawberry

📋 copy color: '#EF358D'

red 239 ◦ green 53 ◦ blue 141

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

Shades of Wild Strawberry #EF358D

Tints of Wild Strawberry #EF358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.24%

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 55.2%
G = 12.24%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF358D (or 0xEF358D) is known color: Wild Strawberry. HEX triplet: EF, 35 and 8D. RGB value is (239,53,141). Sum of RGB (Red+Green+Blue) = 239+53+141=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF358D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF358D is #10CA72. Grayscale: #767676. Windows color (decimal): -1100403 or 9254383. OLE color: 9254383.

HSL color Cylindrical-coordinate representation of color #EF358D: hue angle of 331.61º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF358D is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 53 141 -
CMYK 0 0.78 0.41 0.06
HSL 331.61º 0.85% 0.57% -
HSV(B) 331.61º 0.78% 0.94% -
XYZ 41.68 22.82 27.41 -
YUV 118.65 140.62 213.84 -
System Red Green Blue C M Y K H S L
Decimal 239 53 141 0 0.78 0.41 0.06 331.61 0.85 0.57
Hex EF 35 8D 0 4E 29 6 14C 55 39
Octal 357 65 215 0 116 51 6 514 125 71
Binary 11101111 110101 10001101 0 1001110 101001 110 101001100 1010101 111001

Color Harmonies of #EF358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF358D

Black with #EF358D

Text Example


Text Example

White with #EF358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF358D; }

 p { color: rgb(239,53,141); }

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

background-color css

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

 a { background-color: rgb(239,53,141); }

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

border-color css

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

 span { border-color: rgb(239,53,141); }

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