Html Css Color HEX #EF278C Wild Strawberry

📋 copy color: '#EF278C'

red 239 ◦ green 39 ◦ blue 140

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

Shades of Wild Strawberry #EF278C

Tints of Wild Strawberry #EF278C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 57.18%
G = 9.33%
B = 33.49%

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

#EF278C (or 0xEF278C) is known color: Wild Strawberry. HEX triplet: EF, 27 and 8C. RGB value is (239,39,140). Sum of RGB (Red+Green+Blue) = 239+39+140=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF278C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF278C is #10D873. Grayscale: #6E6E6E. Windows color (decimal): -1103988 or 9185263. OLE color: 9185263.

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

Color convert

RGB 239 39 140 -
CMYK 0 0.84 0.41 0.06
HSL 329.7º 0.86% 0.55% -
HSV(B) 329.7º 0.84% 0.94% -
XYZ 41.06 21.7 26.83 -
YUV 110.31 144.76 219.79 -
System Red Green Blue C M Y K H S L
Decimal 239 39 140 0 0.84 0.41 0.06 329.7 0.86 0.55
Hex EF 27 8C 0 54 29 6 14A 56 37
Octal 357 47 214 0 124 51 6 512 126 67
Binary 11101111 100111 10001100 0 1010100 101001 110 101001010 1010110 110111

Color Harmonies of #EF278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF278C

Black with #EF278C

Text Example


Text Example

White with #EF278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF278C; }

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

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

background-color css

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

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

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

border-color css

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

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

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