Html Css Color HEX #ED369A Wild Strawberry

📋 copy color: '#ED369A'

red 237 ◦ green 54 ◦ blue 154

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

Shades of Wild Strawberry #ED369A

Tints of Wild Strawberry #ED369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.13%

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

R = 53.26%
G = 12.13%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED369A (or 0xED369A) is known color: Wild Strawberry. HEX triplet: ED, 36 and 9A. RGB value is (237,54,154). Sum of RGB (Red+Green+Blue) = 237+54+154=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED369A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED369A is #12C965. Grayscale: #777777. Windows color (decimal): -1231206 or 10106605. OLE color: 10106605.

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

Color convert

RGB 237 54 154 -
CMYK 0 0.77 0.35 0.07
HSL 327.21º 0.84% 0.57% -
HSV(B) 327.21º 0.77% 0.93% -
XYZ 42.08 22.98 32.79 -
YUV 120.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 237 54 154 0 0.77 0.35 0.07 327.21 0.84 0.57
Hex ED 36 9A 0 4D 23 7 147 54 39
Octal 355 66 232 0 115 43 7 507 124 71
Binary 11101101 110110 10011010 0 1001101 100011 111 101000111 1010100 111001

Color Harmonies of #ED369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED369A

Black with #ED369A

Text Example


Text Example

White with #ED369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED369A; }

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

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

background-color css

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

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

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

border-color css

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

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

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