Html Css Color HEX #EA379B Wild Strawberry

📋 copy color: '#EA379B'

red 234 ◦ green 55 ◦ blue 155

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

Shades of Wild Strawberry #EA379B

Tints of Wild Strawberry #EA379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.39%

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 52.7%
G = 12.39%
B = 34.91%

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

#EA379B (or 0xEA379B) is known color: Wild Strawberry. HEX triplet: EA, 37 and 9B. RGB value is (234,55,155). Sum of RGB (Red+Green+Blue) = 234+55+155=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA379B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA379B is #15C864. Grayscale: #777777. Windows color (decimal): -1427557 or 10172394. OLE color: 10172394.

HSL color Cylindrical-coordinate representation of color #EA379B: hue angle of 326.48º 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 #EA379B is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 55 155 -
CMYK 0 0.76 0.34 0.08
HSL 326.48º 0.81% 0.57% -
HSV(B) 326.48º 0.76% 0.92% -
XYZ 41.21 22.59 33.2 -
YUV 119.92 147.8 209.37 -
System Red Green Blue C M Y K H S L
Decimal 234 55 155 0 0.76 0.34 0.08 326.48 0.81 0.57
Hex EA 37 9B 0 4C 22 8 146 51 39
Octal 352 67 233 0 114 42 10 506 121 71
Binary 11101010 110111 10011011 0 1001100 100010 1000 101000110 1010001 111001

Color Harmonies of #EA379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA379B

Black with #EA379B

Text Example


Text Example

White with #EA379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA379B; }

 p { color: rgb(234,55,155); }

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

background-color css

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

 a { background-color: rgb(234,55,155); }

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

border-color css

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

 span { border-color: rgb(234,55,155); }

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