Html Css Color HEX #EB40A8 Wild Strawberry

📋 copy color: '#EB40A8'

red 235 ◦ green 64 ◦ blue 168

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

Shades of Wild Strawberry #EB40A8

Tints of Wild Strawberry #EB40A8

RGB

 RED value IS 235 (92.19% from 255) = 50.32%

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

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

R = 50.32%
G = 13.7%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB40A8 (or 0xEB40A8) is known color: Wild Strawberry. HEX triplet: EB, 40 and A8. RGB value is (235,64,168). Sum of RGB (Red+Green+Blue) = 235+64+168=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB40A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB40A8 is #14BF57. Grayscale: #7E7E7E. Windows color (decimal): -1359704 or 11026667. OLE color: 11026667.

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

Color convert

RGB 235 64 168 -
CMYK 0 0.73 0.29 0.08
HSL 323.51º 0.81% 0.59% -
HSV(B) 323.51º 0.73% 0.92% -
XYZ 43.16 24.16 39.43 -
YUV 126.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 235 64 168 0 0.73 0.29 0.08 323.51 0.81 0.59
Hex EB 40 A8 0 49 1D 8 144 51 3B
Octal 353 100 250 0 111 35 10 504 121 73
Binary 11101011 1000000 10101000 0 1001001 11101 1000 101000100 1010001 111011

Color Harmonies of #EB40A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB40A8

Black with #EB40A8

Text Example


Text Example

White with #EB40A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB40A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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