Html Css Color HEX #EA3397 Wild Strawberry

📋 copy color: '#EA3397'

red 234 ◦ green 51 ◦ blue 151

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

Shades of Wild Strawberry #EA3397

Tints of Wild Strawberry #EA3397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.7%

 BLUE value IS 151 (59.38% from 255) = 34.63%

R = 53.67%
G = 11.7%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA3397 (or 0xEA3397) is known color: Wild Strawberry. HEX triplet: EA, 33 and 97. RGB value is (234,51,151). Sum of RGB (Red+Green+Blue) = 234+51+151=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3397 is #15CC68. Grayscale: #747474. Windows color (decimal): -1428585 or 9909226. OLE color: 9909226.

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

Color convert

RGB 234 51 151 -
CMYK 0 0.78 0.35 0.08
HSL 327.21º 0.81% 0.56% -
HSV(B) 327.21º 0.78% 0.92% -
XYZ 40.7 22.09 31.4 -
YUV 117.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 234 51 151 0 0.78 0.35 0.08 327.21 0.81 0.56
Hex EA 33 97 0 4E 23 8 147 51 38
Octal 352 63 227 0 116 43 10 507 121 70
Binary 11101010 110011 10010111 0 1001110 100011 1000 101000111 1010001 111000

Color Harmonies of #EA3397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3397

Black with #EA3397

Text Example


Text Example

White with #EA3397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3397; }

 p { color: rgb(234,51,151); }

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

background-color css

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

 a { background-color: rgb(234,51,151); }

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

border-color css

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

 span { border-color: rgb(234,51,151); }

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