Html Css Color HEX #ED3CA2 Wild Strawberry

📋 copy color: '#ED3CA2'

red 237 ◦ green 60 ◦ blue 162

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

Shades of Wild Strawberry #ED3CA2

Tints of Wild Strawberry #ED3CA2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.07%

 BLUE value IS 162 (63.67% from 255) = 35.29%

R = 51.63%
G = 13.07%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED3CA2 (or 0xED3CA2) is known color: Wild Strawberry. HEX triplet: ED, 3C and A2. RGB value is (237,60,162). Sum of RGB (Red+Green+Blue) = 237+60+162=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3CA2 is #12C35D. Grayscale: #7C7C7C. Windows color (decimal): -1229662 or 10632429. OLE color: 10632429.

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

Color convert

RGB 237 60 162 -
CMYK 0 0.75 0.32 0.07
HSL 325.42º 0.83% 0.58% -
HSV(B) 325.42º 0.75% 0.93% -
XYZ 43.06 23.84 36.52 -
YUV 124.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 237 60 162 0 0.75 0.32 0.07 325.42 0.83 0.58
Hex ED 3C A2 0 4B 20 7 145 53 3A
Octal 355 74 242 0 113 40 7 505 123 72
Binary 11101101 111100 10100010 0 1001011 100000 111 101000101 1010011 111010

Color Harmonies of #ED3CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3CA2

Black with #ED3CA2

Text Example


Text Example

White with #ED3CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3CA2; }

 p { color: rgb(237,60,162); }

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

background-color css

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

 a { background-color: rgb(237,60,162); }

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

border-color css

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

 span { border-color: rgb(237,60,162); }

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