Html Css Color HEX #E6419D Wild Strawberry

📋 copy color: '#E6419D'

red 230 ◦ green 65 ◦ blue 157

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

Shades of Wild Strawberry #E6419D

Tints of Wild Strawberry #E6419D

RGB

 RED value IS 230 (90.23% from 255) = 50.88%

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

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

R = 50.88%
G = 14.38%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6419D (or 0xE6419D) is known color: Wild Strawberry. HEX triplet: E6, 41 and 9D. RGB value is (230,65,157). Sum of RGB (Red+Green+Blue) = 230+65+157=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6419D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6419D is #19BE62. Grayscale: #7C7C7C. Windows color (decimal): -1687139 or 10306022. OLE color: 10306022.

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

Color convert

RGB 230 65 157 -
CMYK 0 0.72 0.32 0.10
HSL 326.55º 0.77% 0.58% -
HSV(B) 326.55º 0.72% 0.9% -
XYZ 40.61 23.04 34.2 -
YUV 124.82 146.16 203.02 -
System Red Green Blue C M Y K H S L
Decimal 230 65 157 0 0.72 0.32 0.10 326.55 0.77 0.58
Hex E6 41 9D 0 48 20 A 147 4D 3A
Octal 346 101 235 0 110 40 12 507 115 72
Binary 11100110 1000001 10011101 0 1001000 100000 1010 101000111 1001101 111010

Color Harmonies of #E6419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6419D

Black with #E6419D

Text Example


Text Example

White with #E6419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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