Html Css Color HEX #ED309C Wild Strawberry

📋 copy color: '#ED309C'

red 237 ◦ green 48 ◦ blue 156

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

Shades of Wild Strawberry #ED309C

Tints of Wild Strawberry #ED309C

RGB

 RED value IS 237 (92.97% from 255) = 53.74%

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

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

R = 53.74%
G = 10.88%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED309C (or 0xED309C) is known color: Wild Strawberry. HEX triplet: ED, 30 and 9C. RGB value is (237,48,156). Sum of RGB (Red+Green+Blue) = 237+48+156=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED309C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED309C is #12CF63. Grayscale: #747474. Windows color (decimal): -1232740 or 10236141. OLE color: 10236141.

HSL color Cylindrical-coordinate representation of color #ED309C: hue angle of 325.71º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED309C is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 48 156 -
CMYK 0 0.80 0.34 0.07
HSL 325.71º 0.84% 0.56% -
HSV(B) 325.71º 0.8% 0.93% -
XYZ 41.98 22.52 33.59 -
YUV 116.82 150.12 213.72 -
System Red Green Blue C M Y K H S L
Decimal 237 48 156 0 0.80 0.34 0.07 325.71 0.84 0.56
Hex ED 30 9C 0 50 22 7 146 54 38
Octal 355 60 234 0 120 42 7 506 124 70
Binary 11101101 110000 10011100 0 1010000 100010 111 101000110 1010100 111000

Color Harmonies of #ED309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED309C

Black with #ED309C

Text Example


Text Example

White with #ED309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED309C; }

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

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

background-color css

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

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

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

border-color css

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

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

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