Html Css Color HEX #EA41A8 Wild Strawberry

📋 copy color: '#EA41A8'

red 234 ◦ green 65 ◦ blue 168

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

Shades of Wild Strawberry #EA41A8

Tints of Wild Strawberry #EA41A8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.92%

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

R = 50.11%
G = 13.92%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA41A8 (or 0xEA41A8) is known color: Wild Strawberry. HEX triplet: EA, 41 and A8. RGB value is (234,65,168). Sum of RGB (Red+Green+Blue) = 234+65+168=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA41A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA41A8 is #15BE57. Grayscale: #7F7F7F. Windows color (decimal): -1424984 or 11026922. OLE color: 11026922.

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

Color convert

RGB 234 65 168 -
CMYK 0 0.72 0.28 0.08
HSL 323.43º 0.8% 0.59% -
HSV(B) 323.43º 0.72% 0.92% -
XYZ 42.89 24.1 39.44 -
YUV 127.27 150.99 204.12 -
System Red Green Blue C M Y K H S L
Decimal 234 65 168 0 0.72 0.28 0.08 323.43 0.8 0.59
Hex EA 41 A8 0 48 1C 8 143 50 3B
Octal 352 101 250 0 110 34 10 503 120 73
Binary 11101010 1000001 10101000 0 1001000 11100 1000 101000011 1010000 111011

Color Harmonies of #EA41A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA41A8

Black with #EA41A8

Text Example


Text Example

White with #EA41A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA41A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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