Html Css Color HEX #EA3BA4 Wild Strawberry

📋 copy color: '#EA3BA4'

red 234 ◦ green 59 ◦ blue 164

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

Shades of Wild Strawberry #EA3BA4

Tints of Wild Strawberry #EA3BA4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.91%

 BLUE value IS 164 (64.45% from 255) = 35.89%

R = 51.2%
G = 12.91%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA3BA4 (or 0xEA3BA4) is known color: Wild Strawberry. HEX triplet: EA, 3B and A4. RGB value is (234,59,164). Sum of RGB (Red+Green+Blue) = 234+59+164=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3BA4 is #15C45B. Grayscale: #7B7B7B. Windows color (decimal): -1426524 or 10763242. OLE color: 10763242.

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

Color convert

RGB 234 59 164 -
CMYK 0 0.75 0.30 0.08
HSL 324º 0.81% 0.57% -
HSV(B) 324º 0.75% 0.92% -
XYZ 42.2 23.3 37.4 -
YUV 123.3 150.98 206.96 -
System Red Green Blue C M Y K H S L
Decimal 234 59 164 0 0.75 0.30 0.08 324 0.81 0.57
Hex EA 3B A4 0 4B 1E 8 144 51 39
Octal 352 73 244 0 113 36 10 504 121 71
Binary 11101010 111011 10100100 0 1001011 11110 1000 101000100 1010001 111001

Color Harmonies of #EA3BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3BA4

Black with #EA3BA4

Text Example


Text Example

White with #EA3BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3BA4; }

 p { color: rgb(234,59,164); }

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

background-color css

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

 a { background-color: rgb(234,59,164); }

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

border-color css

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

 span { border-color: rgb(234,59,164); }

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