Html Css Color HEX #ED43A0 Wild Strawberry

📋 copy color: '#ED43A0'

red 237 ◦ green 67 ◦ blue 160

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

Shades of Wild Strawberry #ED43A0

Tints of Wild Strawberry #ED43A0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.44%

 BLUE value IS 160 (62.89% from 255) = 34.48%

R = 51.08%
G = 14.44%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED43A0 (or 0xED43A0) is known color: Wild Strawberry. HEX triplet: ED, 43 and A0. RGB value is (237,67,160). Sum of RGB (Red+Green+Blue) = 237+67+160=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED43A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED43A0 is #12BC5F. Grayscale: #808080. Windows color (decimal): -1227872 or 10503149. OLE color: 10503149.

HSL color Cylindrical-coordinate representation of color #ED43A0: hue angle of 327.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED43A0 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 67 160 -
CMYK 0 0.72 0.32 0.07
HSL 327.18º 0.83% 0.6% -
HSV(B) 327.18º 0.72% 0.93% -
XYZ 43.28 24.56 35.72 -
YUV 128.43 145.82 205.44 -
System Red Green Blue C M Y K H S L
Decimal 237 67 160 0 0.72 0.32 0.07 327.18 0.83 0.6
Hex ED 43 A0 0 48 20 7 147 53 3C
Octal 355 103 240 0 110 40 7 507 123 74
Binary 11101101 1000011 10100000 0 1001000 100000 111 101000111 1010011 111100

Color Harmonies of #ED43A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED43A0

Black with #ED43A0

Text Example


Text Example

White with #ED43A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED43A0; }

 p { color: rgb(237,67,160); }

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

background-color css

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

 a { background-color: rgb(237,67,160); }

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

border-color css

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

 span { border-color: rgb(237,67,160); }

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