Html Css Color HEX #EC38A4 Wild Strawberry

📋 copy color: '#EC38A4'

red 236 ◦ green 56 ◦ blue 164

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

Shades of Wild Strawberry #EC38A4

Tints of Wild Strawberry #EC38A4

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.28%

 BLUE value IS 164 (64.45% from 255) = 35.96%

R = 51.75%
G = 12.28%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC38A4 (or 0xEC38A4) is known color: Wild Strawberry. HEX triplet: EC, 38 and A4. RGB value is (236,56,164). Sum of RGB (Red+Green+Blue) = 236+56+164=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC38A4 is #13C75B. Grayscale: #797979. Windows color (decimal): -1296220 or 10762476. OLE color: 10762476.

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

Color convert

RGB 236 56 164 -
CMYK 0 0.76 0.31 0.07
HSL 324º 0.83% 0.57% -
HSV(B) 324º 0.76% 0.93% -
XYZ 42.71 23.34 37.38 -
YUV 122.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 236 56 164 0 0.76 0.31 0.07 324 0.83 0.57
Hex EC 38 A4 0 4C 1F 7 144 53 39
Octal 354 70 244 0 114 37 7 504 123 71
Binary 11101100 111000 10100100 0 1001100 11111 111 101000100 1010011 111001

Color Harmonies of #EC38A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC38A4

Black with #EC38A4

Text Example


Text Example

White with #EC38A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC38A4; }

 p { color: rgb(236,56,164); }

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

background-color css

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

 a { background-color: rgb(236,56,164); }

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

border-color css

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

 span { border-color: rgb(236,56,164); }

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