Html Css Color HEX #EA359D Wild Strawberry

📋 copy color: '#EA359D'

red 234 ◦ green 53 ◦ blue 157

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

Shades of Wild Strawberry #EA359D

Tints of Wild Strawberry #EA359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.94%

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 52.7%
G = 11.94%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA359D (or 0xEA359D) is known color: Wild Strawberry. HEX triplet: EA, 35 and 9D. RGB value is (234,53,157). Sum of RGB (Red+Green+Blue) = 234+53+157=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA359D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA359D is #15CA62. Grayscale: #767676. Windows color (decimal): -1428067 or 10302954. OLE color: 10302954.

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

Color convert

RGB 234 53 157 -
CMYK 0 0.77 0.33 0.08
HSL 325.52º 0.81% 0.56% -
HSV(B) 325.52º 0.77% 0.92% -
XYZ 41.29 22.47 34.06 -
YUV 118.98 149.47 210.04 -
System Red Green Blue C M Y K H S L
Decimal 234 53 157 0 0.77 0.33 0.08 325.52 0.81 0.56
Hex EA 35 9D 0 4D 21 8 146 51 38
Octal 352 65 235 0 115 41 10 506 121 70
Binary 11101010 110101 10011101 0 1001101 100001 1000 101000110 1010001 111000

Color Harmonies of #EA359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA359D

Black with #EA359D

Text Example


Text Example

White with #EA359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA359D; }

 p { color: rgb(234,53,157); }

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

background-color css

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

 a { background-color: rgb(234,53,157); }

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

border-color css

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

 span { border-color: rgb(234,53,157); }

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