Html Css Color HEX #ED2792 Wild Strawberry

📋 copy color: '#ED2792'

red 237 ◦ green 39 ◦ blue 146

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

Shades of Wild Strawberry #ED2792

Tints of Wild Strawberry #ED2792

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.24%

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

R = 56.16%
G = 9.24%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED2792 (or 0xED2792) is known color: Wild Strawberry. HEX triplet: ED, 27 and 92. RGB value is (237,39,146). Sum of RGB (Red+Green+Blue) = 237+39+146=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2792 is #12D86D. Grayscale: #6E6E6E. Windows color (decimal): -1235054 or 9578477. OLE color: 9578477.

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

Color convert

RGB 237 39 146 -
CMYK 0 0.84 0.38 0.07
HSL 327.58º 0.85% 0.54% -
HSV(B) 327.58º 0.84% 0.93% -
XYZ 40.84 21.53 29.2 -
YUV 110.4 148.1 218.3 -
System Red Green Blue C M Y K H S L
Decimal 237 39 146 0 0.84 0.38 0.07 327.58 0.85 0.54
Hex ED 27 92 0 54 26 7 148 55 36
Octal 355 47 222 0 124 46 7 510 125 66
Binary 11101101 100111 10010010 0 1010100 100110 111 101001000 1010101 110110

Color Harmonies of #ED2792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2792

Black with #ED2792

Text Example


Text Example

White with #ED2792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2792; }

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

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

background-color css

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

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

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

border-color css

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

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

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