Html Css Color HEX #E142A8 Wild Strawberry

📋 copy color: '#E142A8'

red 225 ◦ green 66 ◦ blue 168

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

Shades of Wild Strawberry #E142A8

Tints of Wild Strawberry #E142A8

RGB

 RED value IS 225 (88.28% from 255) = 49.02%

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

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

R = 49.02%
G = 14.38%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E142A8 (or 0xE142A8) is known color: Wild Strawberry. HEX triplet: E1, 42 and A8. RGB value is (225,66,168). Sum of RGB (Red+Green+Blue) = 225+66+168=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E142A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E142A8 is #1EBD57. Grayscale: #7C7C7C. Windows color (decimal): -2014552 or 11027169. OLE color: 11027169.

HSL color Cylindrical-coordinate representation of color #E142A8: hue angle of 321.51º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E142A8 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 66 168 -
CMYK 0 0.71 0.25 0.12
HSL 321.51º 0.73% 0.57% -
HSV(B) 321.51º 0.71% 0.88% -
XYZ 40.07 22.73 39.32 -
YUV 125.17 152.18 199.21 -
System Red Green Blue C M Y K H S L
Decimal 225 66 168 0 0.71 0.25 0.12 321.51 0.73 0.57
Hex E1 42 A8 0 47 19 C 142 49 39
Octal 341 102 250 0 107 31 14 502 111 71
Binary 11100001 1000010 10101000 0 1000111 11001 1100 101000010 1001001 111001

Color Harmonies of #E142A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E142A8

Black with #E142A8

Text Example


Text Example

White with #E142A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E142A8; }

 p { color: rgb(225,66,168); }

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

background-color css

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

 a { background-color: rgb(225,66,168); }

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

border-color css

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

 span { border-color: rgb(225,66,168); }

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