Html Css Color HEX #ED3495 Wild Strawberry

📋 copy color: '#ED3495'

red 237 ◦ green 52 ◦ blue 149

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

Shades of Wild Strawberry #ED3495

Tints of Wild Strawberry #ED3495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.87%

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 54.11%
G = 11.87%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED3495 (or 0xED3495) is known color: Wild Strawberry. HEX triplet: ED, 34 and 95. RGB value is (237,52,149). Sum of RGB (Red+Green+Blue) = 237+52+149=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3495 is #12CB6A. Grayscale: #767676. Windows color (decimal): -1231723 or 9778413. OLE color: 9778413.

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

Color convert

RGB 237 52 149 -
CMYK 0 0.78 0.37 0.07
HSL 328.54º 0.84% 0.57% -
HSV(B) 328.54º 0.78% 0.93% -
XYZ 41.58 22.63 30.61 -
YUV 118.37 145.29 212.61 -
System Red Green Blue C M Y K H S L
Decimal 237 52 149 0 0.78 0.37 0.07 328.54 0.84 0.57
Hex ED 34 95 0 4E 25 7 149 54 39
Octal 355 64 225 0 116 45 7 511 124 71
Binary 11101101 110100 10010101 0 1001110 100101 111 101001001 1010100 111001

Color Harmonies of #ED3495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3495

Black with #ED3495

Text Example


Text Example

White with #ED3495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3495; }

 p { color: rgb(237,52,149); }

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

background-color css

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

 a { background-color: rgb(237,52,149); }

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

border-color css

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

 span { border-color: rgb(237,52,149); }

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