Html Css Color HEX #EB41A8 Wild Strawberry

📋 copy color: '#EB41A8'

red 235 ◦ green 65 ◦ blue 168

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

Shades of Wild Strawberry #EB41A8

Tints of Wild Strawberry #EB41A8

RGB

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

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

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

R = 50.21%
G = 13.89%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB41A8 (or 0xEB41A8) is known color: Wild Strawberry. HEX triplet: EB, 41 and A8. RGB value is (235,65,168). Sum of RGB (Red+Green+Blue) = 235+65+168=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB41A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB41A8 is #14BE57. Grayscale: #7F7F7F. Windows color (decimal): -1359448 or 11026923. OLE color: 11026923.

HSL color Cylindrical-coordinate representation of color #EB41A8: hue angle of 323.65º degrees, saturation: 0.81, 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 #EB41A8 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 65 168 -
CMYK 0 0.72 0.29 0.08
HSL 323.65º 0.81% 0.59% -
HSV(B) 323.65º 0.72% 0.92% -
XYZ 43.22 24.27 39.45 -
YUV 127.57 150.82 204.62 -
System Red Green Blue C M Y K H S L
Decimal 235 65 168 0 0.72 0.29 0.08 323.65 0.81 0.59
Hex EB 41 A8 0 48 1D 8 144 51 3B
Octal 353 101 250 0 110 35 10 504 121 73
Binary 11101011 1000001 10101000 0 1001000 11101 1000 101000100 1010001 111011

Color Harmonies of #EB41A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB41A8

Black with #EB41A8

Text Example


Text Example

White with #EB41A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB41A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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