Html Css Color HEX #ED2E9A Wild Strawberry

📋 copy color: '#ED2E9A'

red 237 ◦ green 46 ◦ blue 154

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

Shades of Wild Strawberry #ED2E9A

Tints of Wild Strawberry #ED2E9A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.53%

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

R = 54.23%
G = 10.53%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED2E9A (or 0xED2E9A) is known color: Wild Strawberry. HEX triplet: ED, 2E and 9A. RGB value is (237,46,154). Sum of RGB (Red+Green+Blue) = 237+46+154=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2E9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2E9A is #12D165. Grayscale: #737373. Windows color (decimal): -1233254 or 10104557. OLE color: 10104557.

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

Color convert

RGB 237 46 154 -
CMYK 0 0.81 0.35 0.07
HSL 326.07º 0.84% 0.55% -
HSV(B) 326.07º 0.81% 0.93% -
XYZ 41.73 22.29 32.67 -
YUV 115.42 149.78 214.72 -
System Red Green Blue C M Y K H S L
Decimal 237 46 154 0 0.81 0.35 0.07 326.07 0.84 0.55
Hex ED 2E 9A 0 51 23 7 146 54 37
Octal 355 56 232 0 121 43 7 506 124 67
Binary 11101101 101110 10011010 0 1010001 100011 111 101000110 1010100 110111

Color Harmonies of #ED2E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2E9A

Black with #ED2E9A

Text Example


Text Example

White with #ED2E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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