Html Css Color HEX #E741AA Wild Strawberry

📋 copy color: '#E741AA'

red 231 ◦ green 65 ◦ blue 170

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

Shades of Wild Strawberry #E741AA

Tints of Wild Strawberry #E741AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 49.57%
G = 13.95%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E741AA (or 0xE741AA) is known color: Wild Strawberry. HEX triplet: E7, 41 and AA. RGB value is (231,65,170). Sum of RGB (Red+Green+Blue) = 231+65+170=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E741AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E741AA is #18BE55. Grayscale: #7E7E7E. Windows color (decimal): -1621590 or 11157991. OLE color: 11157991.

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

Color convert

RGB 231 65 170 -
CMYK 0 0.72 0.26 0.09
HSL 322.05º 0.78% 0.58% -
HSV(B) 322.05º 0.72% 0.91% -
XYZ 42.1 23.67 40.38 -
YUV 126.6 152.5 202.46 -
System Red Green Blue C M Y K H S L
Decimal 231 65 170 0 0.72 0.26 0.09 322.05 0.78 0.58
Hex E7 41 AA 0 48 1A 9 142 4E 3A
Octal 347 101 252 0 110 32 11 502 116 72
Binary 11100111 1000001 10101010 0 1001000 11010 1001 101000010 1001110 111010

Color Harmonies of #E741AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741AA

Black with #E741AA

Text Example


Text Example

White with #E741AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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