Html Css Color HEX #EF318C Wild Strawberry

📋 copy color: '#EF318C'

red 239 ◦ green 49 ◦ blue 140

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

Shades of Wild Strawberry #EF318C

Tints of Wild Strawberry #EF318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.45%

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

R = 55.84%
G = 11.45%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF318C (or 0xEF318C) is known color: Wild Strawberry. HEX triplet: EF, 31 and 8C. RGB value is (239,49,140). Sum of RGB (Red+Green+Blue) = 239+49+140=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF318C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF318C is #10CE73. Grayscale: #747474. Windows color (decimal): -1101428 or 9187823. OLE color: 9187823.

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

Color convert

RGB 239 49 140 -
CMYK 0 0.79 0.41 0.06
HSL 331.26º 0.86% 0.56% -
HSV(B) 331.26º 0.79% 0.94% -
XYZ 41.43 22.44 26.96 -
YUV 116.18 141.45 215.6 -
System Red Green Blue C M Y K H S L
Decimal 239 49 140 0 0.79 0.41 0.06 331.26 0.86 0.56
Hex EF 31 8C 0 4F 29 6 14B 56 38
Octal 357 61 214 0 117 51 6 513 126 70
Binary 11101111 110001 10001100 0 1001111 101001 110 101001011 1010110 111000

Color Harmonies of #EF318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF318C

Black with #EF318C

Text Example


Text Example

White with #EF318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF318C; }

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

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

background-color css

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

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

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

border-color css

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

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

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