Html Css Color HEX #E7419C Wild Strawberry

📋 copy color: '#E7419C'

red 231 ◦ green 65 ◦ blue 156

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

Shades of Wild Strawberry #E7419C

Tints of Wild Strawberry #E7419C

RGB

 RED value IS 231 (90.63% from 255) = 51.11%

 GREEN value IS 65 (25.78% from 255) = 14.38%

 BLUE value IS 156 (61.33% from 255) = 34.51%

R = 51.11%
G = 14.38%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7419C (or 0xE7419C) is known color: Wild Strawberry. HEX triplet: E7, 41 and 9C. RGB value is (231,65,156). Sum of RGB (Red+Green+Blue) = 231+65+156=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7419C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7419C is #18BE63. Grayscale: #7C7C7C. Windows color (decimal): -1621604 or 10240487. OLE color: 10240487.

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

Color convert

RGB 231 65 156 -
CMYK 0 0.72 0.32 0.09
HSL 327.11º 0.78% 0.58% -
HSV(B) 327.11º 0.72% 0.91% -
XYZ 40.85 23.17 33.77 -
YUV 125.01 145.5 203.6 -
System Red Green Blue C M Y K H S L
Decimal 231 65 156 0 0.72 0.32 0.09 327.11 0.78 0.58
Hex E7 41 9C 0 48 20 9 147 4E 3A
Octal 347 101 234 0 110 40 11 507 116 72
Binary 11100111 1000001 10011100 0 1001000 100000 1001 101000111 1001110 111010

Color Harmonies of #E7419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7419C

Black with #E7419C

Text Example


Text Example

White with #E7419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7419C; }

 p { color: rgb(231,65,156); }

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

background-color css

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

 a { background-color: rgb(231,65,156); }

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

border-color css

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

 span { border-color: rgb(231,65,156); }

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