Html Css Color HEX #ED319A Wild Strawberry

📋 copy color: '#ED319A'

red 237 ◦ green 49 ◦ blue 154

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

Shades of Wild Strawberry #ED319A

Tints of Wild Strawberry #ED319A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35%

R = 53.86%
G = 11.14%
B = 35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED319A (or 0xED319A) is known color: Wild Strawberry. HEX triplet: ED, 31 and 9A. RGB value is (237,49,154). Sum of RGB (Red+Green+Blue) = 237+49+154=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED319A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED319A is #12CE65. Grayscale: #747474. Windows color (decimal): -1232486 or 10105325. OLE color: 10105325.

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

Color convert

RGB 237 49 154 -
CMYK 0 0.79 0.35 0.07
HSL 326.49º 0.84% 0.56% -
HSV(B) 326.49º 0.79% 0.93% -
XYZ 41.86 22.53 32.72 -
YUV 117.18 148.78 213.46 -
System Red Green Blue C M Y K H S L
Decimal 237 49 154 0 0.79 0.35 0.07 326.49 0.84 0.56
Hex ED 31 9A 0 4F 23 7 146 54 38
Octal 355 61 232 0 117 43 7 506 124 70
Binary 11101101 110001 10011010 0 1001111 100011 111 101000110 1010100 111000

Color Harmonies of #ED319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED319A

Black with #ED319A

Text Example


Text Example

White with #ED319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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