Html Css Color HEX #ED3E9A Wild Strawberry

📋 copy color: '#ED3E9A'

red 237 ◦ green 62 ◦ blue 154

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

Shades of Wild Strawberry #ED3E9A

Tints of Wild Strawberry #ED3E9A

RGB

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

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

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

R = 52.32%
G = 13.69%
B = 34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED3E9A (or 0xED3E9A) is known color: Wild Strawberry. HEX triplet: ED, 3E and 9A. RGB value is (237,62,154). Sum of RGB (Red+Green+Blue) = 237+62+154=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3E9A is #12C165. Grayscale: #7C7C7C. Windows color (decimal): -1229158 or 10108653. OLE color: 10108653.

HSL color Cylindrical-coordinate representation of color #ED3E9A: hue angle of 328.46º 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 #ED3E9A is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 62 154 -
CMYK 0 0.74 0.35 0.07
HSL 328.46º 0.83% 0.59% -
HSV(B) 328.46º 0.74% 0.93% -
XYZ 42.48 23.78 32.92 -
YUV 124.81 144.48 208.02 -
System Red Green Blue C M Y K H S L
Decimal 237 62 154 0 0.74 0.35 0.07 328.46 0.83 0.59
Hex ED 3E 9A 0 4A 23 7 148 53 3B
Octal 355 76 232 0 112 43 7 510 123 73
Binary 11101101 111110 10011010 0 1001010 100011 111 101001000 1010011 111011

Color Harmonies of #ED3E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3E9A

Black with #ED3E9A

Text Example


Text Example

White with #ED3E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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