Html Css Color HEX #EB42A2 Wild Strawberry

📋 copy color: '#EB42A2'

red 235 ◦ green 66 ◦ blue 162

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

Shades of Wild Strawberry #EB42A2

Tints of Wild Strawberry #EB42A2

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.25%

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

R = 50.76%
G = 14.25%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB42A2 (or 0xEB42A2) is known color: Wild Strawberry. HEX triplet: EB, 42 and A2. RGB value is (235,66,162). Sum of RGB (Red+Green+Blue) = 235+66+162=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB42A2 is #14BD5D. Grayscale: #7F7F7F. Windows color (decimal): -1359198 or 10633963. OLE color: 10633963.

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

Color convert

RGB 235 66 162 -
CMYK 0 0.72 0.31 0.08
HSL 325.92º 0.81% 0.59% -
HSV(B) 325.92º 0.72% 0.92% -
XYZ 42.73 24.17 36.6 -
YUV 127.48 147.49 204.69 -
System Red Green Blue C M Y K H S L
Decimal 235 66 162 0 0.72 0.31 0.08 325.92 0.81 0.59
Hex EB 42 A2 0 48 1F 8 146 51 3B
Octal 353 102 242 0 110 37 10 506 121 73
Binary 11101011 1000010 10100010 0 1001000 11111 1000 101000110 1010001 111011

Color Harmonies of #EB42A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB42A2

Black with #EB42A2

Text Example


Text Example

White with #EB42A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB42A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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