Html Css Color HEX #EF309C Wild Strawberry

📋 copy color: '#EF309C'

red 239 ◦ green 48 ◦ blue 156

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

Shades of Wild Strawberry #EF309C

Tints of Wild Strawberry #EF309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.84%

 BLUE value IS 156 (61.33% from 255) = 35.21%

R = 53.95%
G = 10.84%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF309C (or 0xEF309C) is known color: Wild Strawberry. HEX triplet: EF, 30 and 9C. RGB value is (239,48,156). Sum of RGB (Red+Green+Blue) = 239+48+156=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF309C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF309C is #10CF63. Grayscale: #757575. Windows color (decimal): -1101668 or 10236143. OLE color: 10236143.

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

Color convert

RGB 239 48 156 -
CMYK 0 0.80 0.35 0.06
HSL 326.07º 0.86% 0.56% -
HSV(B) 326.07º 0.8% 0.94% -
XYZ 42.65 22.86 33.62 -
YUV 117.42 149.78 214.72 -
System Red Green Blue C M Y K H S L
Decimal 239 48 156 0 0.80 0.35 0.06 326.07 0.86 0.56
Hex EF 30 9C 0 50 23 6 146 56 38
Octal 357 60 234 0 120 43 6 506 126 70
Binary 11101111 110000 10011100 0 1010000 100011 110 101000110 1010110 111000

Color Harmonies of #EF309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF309C

Black with #EF309C

Text Example


Text Example

White with #EF309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF309C; }

 p { color: rgb(239,48,156); }

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

background-color css

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

 a { background-color: rgb(239,48,156); }

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

border-color css

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

 span { border-color: rgb(239,48,156); }

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