Html Css Color HEX #E7419D Wild Strawberry

📋 copy color: '#E7419D'

red 231 ◦ green 65 ◦ blue 157

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

Shades of Wild Strawberry #E7419D

Tints of Wild Strawberry #E7419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.66%

R = 50.99%
G = 14.35%
B = 34.66%

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

#E7419D (or 0xE7419D) is known color: Wild Strawberry. HEX triplet: E7, 41 and 9D. RGB value is (231,65,157). Sum of RGB (Red+Green+Blue) = 231+65+157=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7419D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7419D is #18BE62. Grayscale: #7C7C7C. Windows color (decimal): -1621603 or 10306023. OLE color: 10306023.

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

Color convert

RGB 231 65 157 -
CMYK 0 0.72 0.32 0.09
HSL 326.75º 0.78% 0.58% -
HSV(B) 326.75º 0.72% 0.91% -
XYZ 40.93 23.2 34.22 -
YUV 125.12 146 203.52 -
System Red Green Blue C M Y K H S L
Decimal 231 65 157 0 0.72 0.32 0.09 326.75 0.78 0.58
Hex E7 41 9D 0 48 20 9 147 4E 3A
Octal 347 101 235 0 110 40 11 507 116 72
Binary 11100111 1000001 10011101 0 1001000 100000 1001 101000111 1001110 111010

Color Harmonies of #E7419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7419D

Black with #E7419D

Text Example


Text Example

White with #E7419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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