Html Css Color HEX #EF278D Wild Strawberry

📋 copy color: '#EF278D'

red 239 ◦ green 39 ◦ blue 141

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

Shades of Wild Strawberry #EF278D

Tints of Wild Strawberry #EF278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.31%

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

R = 57.04%
G = 9.31%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF278D (or 0xEF278D) is known color: Wild Strawberry. HEX triplet: EF, 27 and 8D. RGB value is (239,39,141). Sum of RGB (Red+Green+Blue) = 239+39+141=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF278D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF278D is #10D872. Grayscale: #6E6E6E. Windows color (decimal): -1103987 or 9250799. OLE color: 9250799.

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

Color convert

RGB 239 39 141 -
CMYK 0 0.84 0.41 0.06
HSL 329.4º 0.86% 0.55% -
HSV(B) 329.4º 0.84% 0.94% -
XYZ 41.13 21.72 27.22 -
YUV 110.43 145.26 219.71 -
System Red Green Blue C M Y K H S L
Decimal 239 39 141 0 0.84 0.41 0.06 329.4 0.86 0.55
Hex EF 27 8D 0 54 29 6 149 56 37
Octal 357 47 215 0 124 51 6 511 126 67
Binary 11101111 100111 10001101 0 1010100 101001 110 101001001 1010110 110111

Color Harmonies of #EF278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF278D

Black with #EF278D

Text Example


Text Example

White with #EF278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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