Html Css Color HEX #E83BA0 Wild Strawberry

📋 copy color: '#E83BA0'

red 232 ◦ green 59 ◦ blue 160

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

Shades of Wild Strawberry #E83BA0

Tints of Wild Strawberry #E83BA0

RGB

 RED value IS 232 (91.02% from 255) = 51.44%

 GREEN value IS 59 (23.44% from 255) = 13.08%

 BLUE value IS 160 (62.89% from 255) = 35.48%

R = 51.44%
G = 13.08%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E83BA0 (or 0xE83BA0) is known color: Wild Strawberry. HEX triplet: E8, 3B and A0. RGB value is (232,59,160). Sum of RGB (Red+Green+Blue) = 232+59+160=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E83BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83BA0 is #17C45F. Grayscale: #7A7A7A. Windows color (decimal): -1557600 or 10501096. OLE color: 10501096.

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

Color convert

RGB 232 59 160 -
CMYK 0 0.75 0.31 0.09
HSL 324.97º 0.79% 0.57% -
HSV(B) 324.97º 0.75% 0.91% -
XYZ 41.19 22.82 35.49 -
YUV 122.24 149.31 206.29 -
System Red Green Blue C M Y K H S L
Decimal 232 59 160 0 0.75 0.31 0.09 324.97 0.79 0.57
Hex E8 3B A0 0 4B 1F 9 145 4F 39
Octal 350 73 240 0 113 37 11 505 117 71
Binary 11101000 111011 10100000 0 1001011 11111 1001 101000101 1001111 111001

Color Harmonies of #E83BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E83BA0

Black with #E83BA0

Text Example


Text Example

White with #E83BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E83BA0; }

 p { color: rgb(232,59,160); }

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

background-color css

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

 a { background-color: rgb(232,59,160); }

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

border-color css

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

 span { border-color: rgb(232,59,160); }

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