Html Css Color HEX #E442A6 Wild Strawberry

📋 copy color: '#E442A6'

red 228 ◦ green 66 ◦ blue 166

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

Shades of Wild Strawberry #E442A6

Tints of Wild Strawberry #E442A6

RGB

 RED value IS 228 (89.45% from 255) = 49.57%

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

 BLUE value IS 166 (65.23% from 255) = 36.09%

R = 49.57%
G = 14.35%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E442A6 (or 0xE442A6) is known color: Wild Strawberry. HEX triplet: E4, 42 and A6. RGB value is (228,66,166). Sum of RGB (Red+Green+Blue) = 228+66+166=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E442A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E442A6 is #1BBD59. Grayscale: #7D7D7D. Windows color (decimal): -1817946 or 10896100. OLE color: 10896100.

HSL color Cylindrical-coordinate representation of color #E442A6: hue angle of 322.96º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E442A6 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 66 166 -
CMYK 0 0.71 0.27 0.11
HSL 322.96º 0.75% 0.58% -
HSV(B) 322.96º 0.71% 0.89% -
XYZ 40.83 23.14 38.39 -
YUV 125.84 150.67 200.87 -
System Red Green Blue C M Y K H S L
Decimal 228 66 166 0 0.71 0.27 0.11 322.96 0.75 0.58
Hex E4 42 A6 0 47 1B B 143 4B 3A
Octal 344 102 246 0 107 33 13 503 113 72
Binary 11100100 1000010 10100110 0 1000111 11011 1011 101000011 1001011 111010

Color Harmonies of #E442A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E442A6

Black with #E442A6

Text Example


Text Example

White with #E442A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E442A6; }

 p { color: rgb(228,66,166); }

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

background-color css

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

 a { background-color: rgb(228,66,166); }

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

border-color css

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

 span { border-color: rgb(228,66,166); }

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