Html Css Color HEX #EF318B Wild Strawberry

📋 copy color: '#EF318B'

red 239 ◦ green 49 ◦ blue 139

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

Shades of Wild Strawberry #EF318B

Tints of Wild Strawberry #EF318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.55%

R = 55.97%
G = 11.48%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF318B (or 0xEF318B) is known color: Wild Strawberry. HEX triplet: EF, 31 and 8B. RGB value is (239,49,139). Sum of RGB (Red+Green+Blue) = 239+49+139=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF318B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF318B is #10CE74. Grayscale: #737373. Windows color (decimal): -1101429 or 9122287. OLE color: 9122287.

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

Color convert

RGB 239 49 139 -
CMYK 0 0.79 0.42 0.06
HSL 331.58º 0.86% 0.56% -
HSV(B) 331.58º 0.79% 0.94% -
XYZ 41.36 22.41 26.57 -
YUV 116.07 140.95 215.68 -
System Red Green Blue C M Y K H S L
Decimal 239 49 139 0 0.79 0.42 0.06 331.58 0.86 0.56
Hex EF 31 8B 0 4F 2A 6 14C 56 38
Octal 357 61 213 0 117 52 6 514 126 70
Binary 11101111 110001 10001011 0 1001111 101010 110 101001100 1010110 111000

Color Harmonies of #EF318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF318B

Black with #EF318B

Text Example


Text Example

White with #EF318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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