Html Css Color HEX #ED3492 Wild Strawberry

📋 copy color: '#ED3492'

red 237 ◦ green 52 ◦ blue 146

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

Shades of Wild Strawberry #ED3492

Tints of Wild Strawberry #ED3492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.56%

R = 54.48%
G = 11.95%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED3492 (or 0xED3492) is known color: Wild Strawberry. HEX triplet: ED, 34 and 92. RGB value is (237,52,146). Sum of RGB (Red+Green+Blue) = 237+52+146=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3492 is #12CB6D. Grayscale: #757575. Windows color (decimal): -1231726 or 9581805. OLE color: 9581805.

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

Color convert

RGB 237 52 146 -
CMYK 0 0.78 0.38 0.07
HSL 329.51º 0.84% 0.57% -
HSV(B) 329.51º 0.78% 0.93% -
XYZ 41.34 22.54 29.37 -
YUV 118.03 143.79 212.86 -
System Red Green Blue C M Y K H S L
Decimal 237 52 146 0 0.78 0.38 0.07 329.51 0.84 0.57
Hex ED 34 92 0 4E 26 7 14A 54 39
Octal 355 64 222 0 116 46 7 512 124 71
Binary 11101101 110100 10010010 0 1001110 100110 111 101001010 1010100 111001

Color Harmonies of #ED3492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3492

Black with #ED3492

Text Example


Text Example

White with #ED3492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3492; }

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

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

background-color css

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

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

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

border-color css

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

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

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