Html Css Color HEX #E73DA1 Wild Strawberry

📋 copy color: '#E73DA1'

red 231 ◦ green 61 ◦ blue 161

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

Shades of Wild Strawberry #E73DA1

Tints of Wild Strawberry #E73DA1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.47%

 BLUE value IS 161 (63.28% from 255) = 35.54%

R = 50.99%
G = 13.47%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E73DA1 (or 0xE73DA1) is known color: Wild Strawberry. HEX triplet: E7, 3D and A1. RGB value is (231,61,161). Sum of RGB (Red+Green+Blue) = 231+61+161=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73DA1 is #18C25E. Grayscale: #7B7B7B. Windows color (decimal): -1622623 or 10567143. OLE color: 10567143.

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

Color convert

RGB 231 61 161 -
CMYK 0 0.74 0.30 0.09
HSL 324.71º 0.78% 0.57% -
HSV(B) 324.71º 0.74% 0.91% -
XYZ 41.06 22.9 35.97 -
YUV 123.23 149.32 204.87 -
System Red Green Blue C M Y K H S L
Decimal 231 61 161 0 0.74 0.30 0.09 324.71 0.78 0.57
Hex E7 3D A1 0 4A 1E 9 145 4E 39
Octal 347 75 241 0 112 36 11 505 116 71
Binary 11100111 111101 10100001 0 1001010 11110 1001 101000101 1001110 111001

Color Harmonies of #E73DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73DA1

Black with #E73DA1

Text Example


Text Example

White with #E73DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73DA1; }

 p { color: rgb(231,61,161); }

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

background-color css

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

 a { background-color: rgb(231,61,161); }

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

border-color css

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

 span { border-color: rgb(231,61,161); }

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