Html Css Color HEX #EA349D Wild Strawberry

📋 copy color: '#EA349D'

red 234 ◦ green 52 ◦ blue 157

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

Shades of Wild Strawberry #EA349D

Tints of Wild Strawberry #EA349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.74%

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

R = 52.82%
G = 11.74%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA349D (or 0xEA349D) is known color: Wild Strawberry. HEX triplet: EA, 34 and 9D. RGB value is (234,52,157). Sum of RGB (Red+Green+Blue) = 234+52+157=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA349D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA349D is #15CB62. Grayscale: #767676. Windows color (decimal): -1428323 or 10302698. OLE color: 10302698.

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

Color convert

RGB 234 52 157 -
CMYK 0 0.78 0.33 0.08
HSL 325.38º 0.81% 0.56% -
HSV(B) 325.38º 0.78% 0.92% -
XYZ 41.25 22.38 34.04 -
YUV 118.39 149.8 210.46 -
System Red Green Blue C M Y K H S L
Decimal 234 52 157 0 0.78 0.33 0.08 325.38 0.81 0.56
Hex EA 34 9D 0 4E 21 8 145 51 38
Octal 352 64 235 0 116 41 10 505 121 70
Binary 11101010 110100 10011101 0 1001110 100001 1000 101000101 1010001 111000

Color Harmonies of #EA349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA349D

Black with #EA349D

Text Example


Text Example

White with #EA349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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