Html Css Color HEX #EB309C Wild Strawberry

📋 copy color: '#EB309C'

red 235 ◦ green 48 ◦ blue 156

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

Shades of Wild Strawberry #EB309C

Tints of Wild Strawberry #EB309C

RGB

 RED value IS 235 (92.19% from 255) = 53.53%

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

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

R = 53.53%
G = 10.93%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB309C (or 0xEB309C) is known color: Wild Strawberry. HEX triplet: EB, 30 and 9C. RGB value is (235,48,156). Sum of RGB (Red+Green+Blue) = 235+48+156=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB309C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB309C is #14CF63. Grayscale: #737373. Windows color (decimal): -1363812 or 10236139. OLE color: 10236139.

HSL color Cylindrical-coordinate representation of color #EB309C: hue angle of 325.35º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB309C is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 48 156 -
CMYK 0 0.80 0.34 0.08
HSL 325.35º 0.82% 0.55% -
HSV(B) 325.35º 0.8% 0.92% -
XYZ 41.32 22.18 33.56 -
YUV 116.23 150.45 212.72 -
System Red Green Blue C M Y K H S L
Decimal 235 48 156 0 0.80 0.34 0.08 325.35 0.82 0.55
Hex EB 30 9C 0 50 22 8 145 52 37
Octal 353 60 234 0 120 42 10 505 122 67
Binary 11101011 110000 10011100 0 1010000 100010 1000 101000101 1010010 110111

Color Harmonies of #EB309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB309C

Black with #EB309C

Text Example


Text Example

White with #EB309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB309C; }

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

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

background-color css

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

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

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

border-color css

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

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

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