Html Css Color HEX #EA40A8 Wild Strawberry

📋 copy color: '#EA40A8'

red 234 ◦ green 64 ◦ blue 168

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

Shades of Wild Strawberry #EA40A8

Tints of Wild Strawberry #EA40A8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.73%

 BLUE value IS 168 (66.02% from 255) = 36.05%

R = 50.21%
G = 13.73%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA40A8 (or 0xEA40A8) is known color: Wild Strawberry. HEX triplet: EA, 40 and A8. RGB value is (234,64,168). Sum of RGB (Red+Green+Blue) = 234+64+168=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA40A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA40A8 is #15BF57. Grayscale: #7E7E7E. Windows color (decimal): -1425240 or 11026666. OLE color: 11026666.

HSL color Cylindrical-coordinate representation of color #EA40A8: hue angle of 323.29º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA40A8 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 64 168 -
CMYK 0 0.73 0.28 0.08
HSL 323.29º 0.8% 0.58% -
HSV(B) 323.29º 0.73% 0.92% -
XYZ 42.83 23.99 39.42 -
YUV 126.69 151.32 204.54 -
System Red Green Blue C M Y K H S L
Decimal 234 64 168 0 0.73 0.28 0.08 323.29 0.8 0.58
Hex EA 40 A8 0 49 1C 8 143 50 3A
Octal 352 100 250 0 111 34 10 503 120 72
Binary 11101010 1000000 10101000 0 1001001 11100 1000 101000011 1010000 111010

Color Harmonies of #EA40A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA40A8

Black with #EA40A8

Text Example


Text Example

White with #EA40A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA40A8; }

 p { color: rgb(234,64,168); }

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

background-color css

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

 a { background-color: rgb(234,64,168); }

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

border-color css

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

 span { border-color: rgb(234,64,168); }

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