Html Css Color HEX #E940A5 Wild Strawberry

📋 copy color: '#E940A5'

red 233 ◦ green 64 ◦ blue 165

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

Shades of Wild Strawberry #E940A5

Tints of Wild Strawberry #E940A5

RGB

 RED value IS 233 (91.41% from 255) = 50.43%

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

 BLUE value IS 165 (64.84% from 255) = 35.71%

R = 50.43%
G = 13.85%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E940A5 (or 0xE940A5) is known color: Wild Strawberry. HEX triplet: E9, 40 and A5. RGB value is (233,64,165). Sum of RGB (Red+Green+Blue) = 233+64+165=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E940A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E940A5 is #16BF5A. Grayscale: #7D7D7D. Windows color (decimal): -1490779 or 10830057. OLE color: 10830057.

HSL color Cylindrical-coordinate representation of color #E940A5: hue angle of 324.14º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E940A5 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 64 165 -
CMYK 0 0.73 0.29 0.09
HSL 324.14º 0.79% 0.58% -
HSV(B) 324.14º 0.73% 0.91% -
XYZ 42.23 23.71 37.95 -
YUV 126.05 149.99 204.29 -
System Red Green Blue C M Y K H S L
Decimal 233 64 165 0 0.73 0.29 0.09 324.14 0.79 0.58
Hex E9 40 A5 0 49 1D 9 144 4F 3A
Octal 351 100 245 0 111 35 11 504 117 72
Binary 11101001 1000000 10100101 0 1001001 11101 1001 101000100 1001111 111010

Color Harmonies of #E940A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E940A5

Black with #E940A5

Text Example


Text Example

White with #E940A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E940A5; }

 p { color: rgb(233,64,165); }

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

background-color css

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

 a { background-color: rgb(233,64,165); }

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

border-color css

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

 span { border-color: rgb(233,64,165); }

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