Html Css Color HEX #E93EA2 Wild Strawberry

📋 copy color: '#E93EA2'

red 233 ◦ green 62 ◦ blue 162

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

Shades of Wild Strawberry #E93EA2

Tints of Wild Strawberry #E93EA2

RGB

 RED value IS 233 (91.41% from 255) = 50.98%

 GREEN value IS 62 (24.61% from 255) = 13.57%

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 50.98%
G = 13.57%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E93EA2 (or 0xE93EA2) is known color: Wild Strawberry. HEX triplet: E9, 3E and A2. RGB value is (233,62,162). Sum of RGB (Red+Green+Blue) = 233+62+162=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E93EA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93EA2 is #16C15D. Grayscale: #7C7C7C. Windows color (decimal): -1491294 or 10632937. OLE color: 10632937.

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

Color convert

RGB 233 62 162 -
CMYK 0 0.73 0.30 0.09
HSL 324.91º 0.8% 0.58% -
HSV(B) 324.91º 0.73% 0.91% -
XYZ 41.85 23.38 36.49 -
YUV 124.53 149.15 205.37 -
System Red Green Blue C M Y K H S L
Decimal 233 62 162 0 0.73 0.30 0.09 324.91 0.8 0.58
Hex E9 3E A2 0 49 1E 9 145 50 3A
Octal 351 76 242 0 111 36 11 505 120 72
Binary 11101001 111110 10100010 0 1001001 11110 1001 101000101 1010000 111010

Color Harmonies of #E93EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93EA2

Black with #E93EA2

Text Example


Text Example

White with #E93EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93EA2; }

 p { color: rgb(233,62,162); }

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

background-color css

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

 a { background-color: rgb(233,62,162); }

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

border-color css

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

 span { border-color: rgb(233,62,162); }

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