Html Css Color HEX #EA399A Wild Strawberry

📋 copy color: '#EA399A'

red 234 ◦ green 57 ◦ blue 154

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

Shades of Wild Strawberry #EA399A

Tints of Wild Strawberry #EA399A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.81%

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 52.58%
G = 12.81%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA399A (or 0xEA399A) is known color: Wild Strawberry. HEX triplet: EA, 39 and 9A. RGB value is (234,57,154). Sum of RGB (Red+Green+Blue) = 234+57+154=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA399A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA399A is #15C665. Grayscale: #787878. Windows color (decimal): -1427046 or 10107370. OLE color: 10107370.

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

Color convert

RGB 234 57 154 -
CMYK 0 0.76 0.34 0.08
HSL 327.12º 0.81% 0.57% -
HSV(B) 327.12º 0.76% 0.92% -
XYZ 41.23 22.75 32.79 -
YUV 120.98 146.64 208.61 -
System Red Green Blue C M Y K H S L
Decimal 234 57 154 0 0.76 0.34 0.08 327.12 0.81 0.57
Hex EA 39 9A 0 4C 22 8 147 51 39
Octal 352 71 232 0 114 42 10 507 121 71
Binary 11101010 111001 10011010 0 1001100 100010 1000 101000111 1010001 111001

Color Harmonies of #EA399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA399A

Black with #EA399A

Text Example


Text Example

White with #EA399A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA399A; }

 p { color: rgb(234,57,154); }

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

background-color css

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

 a { background-color: rgb(234,57,154); }

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

border-color css

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

 span { border-color: rgb(234,57,154); }

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