Html Css Color HEX #ED3EAA Wild Strawberry

📋 copy color: '#ED3EAA'

red 237 ◦ green 62 ◦ blue 170

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

Shades of Wild Strawberry #ED3EAA

Tints of Wild Strawberry #ED3EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.22%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 50.53%
G = 13.22%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED3EAA (or 0xED3EAA) is known color: Wild Strawberry. HEX triplet: ED, 3E and AA. RGB value is (237,62,170). Sum of RGB (Red+Green+Blue) = 237+62+170=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3EAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3EAA is #12C155. Grayscale: #7E7E7E. Windows color (decimal): -1229142 or 11157229. OLE color: 11157229.

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

Color convert

RGB 237 62 170 -
CMYK 0 0.74 0.28 0.07
HSL 322.97º 0.83% 0.59% -
HSV(B) 322.97º 0.74% 0.93% -
XYZ 43.9 24.35 40.42 -
YUV 126.64 152.48 206.72 -
System Red Green Blue C M Y K H S L
Decimal 237 62 170 0 0.74 0.28 0.07 322.97 0.83 0.59
Hex ED 3E AA 0 4A 1C 7 143 53 3B
Octal 355 76 252 0 112 34 7 503 123 73
Binary 11101101 111110 10101010 0 1001010 11100 111 101000011 1010011 111011

Color Harmonies of #ED3EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3EAA

Black with #ED3EAA

Text Example


Text Example

White with #ED3EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3EAA; }

 p { color: rgb(237,62,170); }

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

background-color css

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

 a { background-color: rgb(237,62,170); }

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

border-color css

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

 span { border-color: rgb(237,62,170); }

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