Html Css Color HEX #EA30B5 Spicy Pink

📋 copy color: '#EA30B5'

red 234 ◦ green 48 ◦ blue 181

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

Shades of Spicy Pink #EA30B5

Tints of Spicy Pink #EA30B5

RGB

 RED value IS 234 (91.8% from 255) = 50.54%

 GREEN value IS 48 (19.14% from 255) = 10.37%

 BLUE value IS 181 (71.09% from 255) = 39.09%

R = 50.54%
G = 10.37%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA30B5 (or 0xEA30B5) is known color: Spicy Pink. HEX triplet: EA, 30 and B5. RGB value is (234,48,181). Sum of RGB (Red+Green+Blue) = 234+48+181=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA30B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA30B5 is #15CF4A. Grayscale: #767676. Windows color (decimal): -1429323 or 11874538. OLE color: 11874538.

HSL color Cylindrical-coordinate representation of color #EA30B5: hue angle of 317.1º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA30B5 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 48 181 -
CMYK 0 0.79 0.23 0.08
HSL 317.1º 0.82% 0.55% -
HSV(B) 317.1º 0.79% 0.92% -
XYZ 43.33 22.94 45.86 -
YUV 118.78 163.12 210.19 -
System Red Green Blue C M Y K H S L
Decimal 234 48 181 0 0.79 0.23 0.08 317.1 0.82 0.55
Hex EA 30 B5 0 4F 17 8 13D 52 37
Octal 352 60 265 0 117 27 10 475 122 67
Binary 11101010 110000 10110101 0 1001111 10111 1000 100111101 1010010 110111

Color Harmonies of #EA30B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA30B5

Black with #EA30B5

Text Example


Text Example

White with #EA30B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA30B5; }

 p { color: rgb(234,48,181); }

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

background-color css

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

 a { background-color: rgb(234,48,181); }

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

border-color css

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

 span { border-color: rgb(234,48,181); }

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