Html Css Color HEX #EC3FA5 Wild Strawberry

📋 copy color: '#EC3FA5'

red 236 ◦ green 63 ◦ blue 165

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

Shades of Wild Strawberry #EC3FA5

Tints of Wild Strawberry #EC3FA5

RGB

 RED value IS 236 (92.58% from 255) = 50.86%

 GREEN value IS 63 (25% from 255) = 13.58%

 BLUE value IS 165 (64.84% from 255) = 35.56%

R = 50.86%
G = 13.58%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC3FA5 (or 0xEC3FA5) is known color: Wild Strawberry. HEX triplet: EC, 3F and A5. RGB value is (236,63,165). Sum of RGB (Red+Green+Blue) = 236+63+165=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3FA5 is #13C05A. Grayscale: #7E7E7E. Windows color (decimal): -1294427 or 10829804. OLE color: 10829804.

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

Color convert

RGB 236 63 165 -
CMYK 0 0.73 0.30 0.07
HSL 324.62º 0.82% 0.59% -
HSV(B) 324.62º 0.73% 0.93% -
XYZ 43.16 24.1 37.98 -
YUV 126.36 149.81 206.21 -
System Red Green Blue C M Y K H S L
Decimal 236 63 165 0 0.73 0.30 0.07 324.62 0.82 0.59
Hex EC 3F A5 0 49 1E 7 145 52 3B
Octal 354 77 245 0 111 36 7 505 122 73
Binary 11101100 111111 10100101 0 1001001 11110 111 101000101 1010010 111011

Color Harmonies of #EC3FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3FA5

Black with #EC3FA5

Text Example


Text Example

White with #EC3FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3FA5; }

 p { color: rgb(236,63,165); }

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

background-color css

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

 a { background-color: rgb(236,63,165); }

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

border-color css

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

 span { border-color: rgb(236,63,165); }

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