Html Css Color HEX #ED3CA3 Wild Strawberry

📋 copy color: '#ED3CA3'

red 237 ◦ green 60 ◦ blue 163

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

Shades of Wild Strawberry #ED3CA3

Tints of Wild Strawberry #ED3CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.43%

R = 51.52%
G = 13.04%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ED3CA3 (or 0xED3CA3) is known color: Wild Strawberry. HEX triplet: ED, 3C and A3. RGB value is (237,60,163). Sum of RGB (Red+Green+Blue) = 237+60+163=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3CA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3CA3 is #12C35C. Grayscale: #7C7C7C. Windows color (decimal): -1229661 or 10697965. OLE color: 10697965.

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

Color convert

RGB 237 60 163 -
CMYK 0 0.75 0.31 0.07
HSL 325.08º 0.83% 0.58% -
HSV(B) 325.08º 0.75% 0.93% -
XYZ 43.15 23.88 36.99 -
YUV 124.67 149.64 208.12 -
System Red Green Blue C M Y K H S L
Decimal 237 60 163 0 0.75 0.31 0.07 325.08 0.83 0.58
Hex ED 3C A3 0 4B 1F 7 145 53 3A
Octal 355 74 243 0 113 37 7 505 123 72
Binary 11101101 111100 10100011 0 1001011 11111 111 101000101 1010011 111010

Color Harmonies of #ED3CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3CA3

Black with #ED3CA3

Text Example


Text Example

White with #ED3CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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