Html Css Color HEX #EA3199 Wild Strawberry

📋 copy color: '#EA3199'

red 234 ◦ green 49 ◦ blue 153

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

Shades of Wild Strawberry #EA3199

Tints of Wild Strawberry #EA3199

RGB

 RED value IS 234 (91.8% from 255) = 53.67%

 GREEN value IS 49 (19.53% from 255) = 11.24%

 BLUE value IS 153 (60.16% from 255) = 35.09%

R = 53.67%
G = 11.24%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA3199 (or 0xEA3199) is known color: Wild Strawberry. HEX triplet: EA, 31 and 99. RGB value is (234,49,153). Sum of RGB (Red+Green+Blue) = 234+49+153=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3199 is #15CE66. Grayscale: #737373. Windows color (decimal): -1429095 or 10039786. OLE color: 10039786.

HSL color Cylindrical-coordinate representation of color #EA3199: hue angle of 326.27º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3199 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 49 153 -
CMYK 0 0.79 0.35 0.08
HSL 326.27º 0.81% 0.55% -
HSV(B) 326.27º 0.79% 0.92% -
XYZ 40.78 21.99 32.23 -
YUV 116.17 148.79 212.04 -
System Red Green Blue C M Y K H S L
Decimal 234 49 153 0 0.79 0.35 0.08 326.27 0.81 0.55
Hex EA 31 99 0 4F 23 8 146 51 37
Octal 352 61 231 0 117 43 10 506 121 67
Binary 11101010 110001 10011001 0 1001111 100011 1000 101000110 1010001 110111

Color Harmonies of #EA3199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3199

Black with #EA3199

Text Example


Text Example

White with #EA3199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3199; }

 p { color: rgb(234,49,153); }

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

background-color css

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

 a { background-color: rgb(234,49,153); }

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

border-color css

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

 span { border-color: rgb(234,49,153); }

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