Html Css Color HEX #E741A6 Wild Strawberry

📋 copy color: '#E741A6'

red 231 ◦ green 65 ◦ blue 166

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

Shades of Wild Strawberry #E741A6

Tints of Wild Strawberry #E741A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.93%

R = 50%
G = 14.07%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E741A6 (or 0xE741A6) is known color: Wild Strawberry. HEX triplet: E7, 41 and A6. RGB value is (231,65,166). Sum of RGB (Red+Green+Blue) = 231+65+166=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E741A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E741A6 is #18BE59. Grayscale: #7D7D7D. Windows color (decimal): -1621594 or 10895847. OLE color: 10895847.

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

Color convert

RGB 231 65 166 -
CMYK 0 0.72 0.28 0.09
HSL 323.49º 0.78% 0.58% -
HSV(B) 323.49º 0.72% 0.91% -
XYZ 41.73 23.52 38.42 -
YUV 126.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 231 65 166 0 0.72 0.28 0.09 323.49 0.78 0.58
Hex E7 41 A6 0 48 1C 9 143 4E 3A
Octal 347 101 246 0 110 34 11 503 116 72
Binary 11100111 1000001 10100110 0 1001000 11100 1001 101000011 1001110 111010

Color Harmonies of #E741A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741A6

Black with #E741A6

Text Example


Text Example

White with #E741A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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