Html Css Color HEX #EB40A2 Wild Strawberry

📋 copy color: '#EB40A2'

red 235 ◦ green 64 ◦ blue 162

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

Shades of Wild Strawberry #EB40A2

Tints of Wild Strawberry #EB40A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.14%

R = 50.98%
G = 13.88%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB40A2 (or 0xEB40A2) is known color: Wild Strawberry. HEX triplet: EB, 40 and A2. RGB value is (235,64,162). Sum of RGB (Red+Green+Blue) = 235+64+162=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB40A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB40A2 is #14BF5D. Grayscale: #7E7E7E. Windows color (decimal): -1359710 or 10633451. OLE color: 10633451.

HSL color Cylindrical-coordinate representation of color #EB40A2: hue angle of 325.61º 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 #EB40A2 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 162 -
CMYK 0 0.73 0.31 0.08
HSL 325.61º 0.81% 0.59% -
HSV(B) 325.61º 0.73% 0.92% -
XYZ 42.62 23.94 36.56 -
YUV 126.3 148.15 205.53 -
System Red Green Blue C M Y K H S L
Decimal 235 64 162 0 0.73 0.31 0.08 325.61 0.81 0.59
Hex EB 40 A2 0 49 1F 8 146 51 3B
Octal 353 100 242 0 111 37 10 506 121 73
Binary 11101011 1000000 10100010 0 1001001 11111 1000 101000110 1010001 111011

Color Harmonies of #EB40A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB40A2

Black with #EB40A2

Text Example


Text Example

White with #EB40A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB40A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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