Html Css Color HEX #ED319C Wild Strawberry

📋 copy color: '#ED319C'

red 237 ◦ green 49 ◦ blue 156

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

Shades of Wild Strawberry #ED319C

Tints of Wild Strawberry #ED319C

RGB

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

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

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

R = 53.62%
G = 11.09%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED319C (or 0xED319C) is known color: Wild Strawberry. HEX triplet: ED, 31 and 9C. RGB value is (237,49,156). Sum of RGB (Red+Green+Blue) = 237+49+156=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED319C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED319C is #12CE63. Grayscale: #757575. Windows color (decimal): -1232484 or 10236397. OLE color: 10236397.

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

Color convert

RGB 237 49 156 -
CMYK 0 0.79 0.34 0.07
HSL 325.85º 0.84% 0.56% -
HSV(B) 325.85º 0.79% 0.93% -
XYZ 42.02 22.6 33.6 -
YUV 117.41 149.78 213.3 -
System Red Green Blue C M Y K H S L
Decimal 237 49 156 0 0.79 0.34 0.07 325.85 0.84 0.56
Hex ED 31 9C 0 4F 22 7 146 54 38
Octal 355 61 234 0 117 42 7 506 124 70
Binary 11101101 110001 10011100 0 1001111 100010 111 101000110 1010100 111000

Color Harmonies of #ED319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED319C

Black with #ED319C

Text Example


Text Example

White with #ED319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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