Html Css Color HEX #E629BA Spicy Pink

📋 copy color: '#E629BA'

red 230 ◦ green 41 ◦ blue 186

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

Shades of Spicy Pink #E629BA

Tints of Spicy Pink #E629BA

RGB

 RED value IS 230 (90.23% from 255) = 50.33%

 GREEN value IS 41 (16.41% from 255) = 8.97%

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 50.33%
G = 8.97%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E629BA (or 0xE629BA) is known color: Spicy Pink. HEX triplet: E6, 29 and BA. RGB value is (230,41,186). Sum of RGB (Red+Green+Blue) = 230+41+186=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E629BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629BA is #19D645. Grayscale: #717171. Windows color (decimal): -1693254 or 12200422. OLE color: 12200422.

HSL color Cylindrical-coordinate representation of color #E629BA: hue angle of 313.97º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E629BA is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 41 186 -
CMYK 0 0.82 0.19 0.10
HSL 313.97º 0.79% 0.53% -
HSV(B) 313.97º 0.82% 0.9% -
XYZ 42.29 21.95 48.46 -
YUV 114.04 168.62 210.71 -
System Red Green Blue C M Y K H S L
Decimal 230 41 186 0 0.82 0.19 0.10 313.97 0.79 0.53
Hex E6 29 BA 0 52 13 A 13A 4F 35
Octal 346 51 272 0 122 23 12 472 117 65
Binary 11100110 101001 10111010 0 1010010 10011 1010 100111010 1001111 110101

Color Harmonies of #E629BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E629BA

Black with #E629BA

Text Example


Text Example

White with #E629BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E629BA; }

 p { color: rgb(230,41,186); }

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

background-color css

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

 a { background-color: rgb(230,41,186); }

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

border-color css

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

 span { border-color: rgb(230,41,186); }

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