Html Css Color HEX #EA3A95 Wild Strawberry

📋 copy color: '#EA3A95'

red 234 ◦ green 58 ◦ blue 149

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

Shades of Wild Strawberry #EA3A95

Tints of Wild Strawberry #EA3A95

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.15%

 BLUE value IS 149 (58.59% from 255) = 33.79%

R = 53.06%
G = 13.15%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA3A95 (or 0xEA3A95) is known color: Wild Strawberry. HEX triplet: EA, 3A and 95. RGB value is (234,58,149). Sum of RGB (Red+Green+Blue) = 234+58+149=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3A95 is #15C56A. Grayscale: #787878. Windows color (decimal): -1426795 or 9779946. OLE color: 9779946.

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

Color convert

RGB 234 58 149 -
CMYK 0 0.75 0.36 0.08
HSL 328.98º 0.81% 0.57% -
HSV(B) 328.98º 0.75% 0.92% -
XYZ 40.87 22.69 30.66 -
YUV 121 143.81 208.6 -
System Red Green Blue C M Y K H S L
Decimal 234 58 149 0 0.75 0.36 0.08 328.98 0.81 0.57
Hex EA 3A 95 0 4B 24 8 149 51 39
Octal 352 72 225 0 113 44 10 511 121 71
Binary 11101010 111010 10010101 0 1001011 100100 1000 101001001 1010001 111001

Color Harmonies of #EA3A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A95

Black with #EA3A95

Text Example


Text Example

White with #EA3A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A95; }

 p { color: rgb(234,58,149); }

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

background-color css

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

 a { background-color: rgb(234,58,149); }

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

border-color css

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

 span { border-color: rgb(234,58,149); }

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