Html Css Color HEX #ED3397 Wild Strawberry

📋 copy color: '#ED3397'

red 237 ◦ green 51 ◦ blue 151

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

Shades of Wild Strawberry #ED3397

Tints of Wild Strawberry #ED3397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.62%

 BLUE value IS 151 (59.38% from 255) = 34.4%

R = 53.99%
G = 11.62%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED3397 (or 0xED3397) is known color: Wild Strawberry. HEX triplet: ED, 33 and 97. RGB value is (237,51,151). Sum of RGB (Red+Green+Blue) = 237+51+151=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3397 is #12CC68. Grayscale: #757575. Windows color (decimal): -1231977 or 9909229. OLE color: 9909229.

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

Color convert

RGB 237 51 151 -
CMYK 0 0.78 0.36 0.07
HSL 327.74º 0.84% 0.56% -
HSV(B) 327.74º 0.78% 0.93% -
XYZ 41.69 22.61 31.44 -
YUV 118.01 146.62 212.87 -
System Red Green Blue C M Y K H S L
Decimal 237 51 151 0 0.78 0.36 0.07 327.74 0.84 0.56
Hex ED 33 97 0 4E 24 7 148 54 38
Octal 355 63 227 0 116 44 7 510 124 70
Binary 11101101 110011 10010111 0 1001110 100100 111 101001000 1010100 111000

Color Harmonies of #ED3397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3397

Black with #ED3397

Text Example


Text Example

White with #ED3397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3397; }

 p { color: rgb(237,51,151); }

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

background-color css

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

 a { background-color: rgb(237,51,151); }

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

border-color css

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

 span { border-color: rgb(237,51,151); }

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