Html Css Color HEX #E35FBA Hot Pink

📋 copy color: '#E35FBA'

red 227 ◦ green 95 ◦ blue 186

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

Shades of Hot Pink #E35FBA

Tints of Hot Pink #E35FBA

RGB

 RED value IS 227 (89.06% from 255) = 44.69%

 GREEN value IS 95 (37.5% from 255) = 18.7%

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

R = 44.69%
G = 18.7%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E35FBA (or 0xE35FBA) is known color: Hot Pink. HEX triplet: E3, 5F and BA. RGB value is (227,95,186). Sum of RGB (Red+Green+Blue) = 227+95+186=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E35FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35FBA is #1CA045. Grayscale: #909090. Windows color (decimal): -1876038 or 12214243. OLE color: 12214243.

HSL color Cylindrical-coordinate representation of color #E35FBA: hue angle of 318.64º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E35FBA is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 95 186 -
CMYK 0 0.58 0.18 0.11
HSL 318.64º 0.7% 0.63% -
HSV(B) 318.64º 0.58% 0.89% -
XYZ 44.63 28.06 49.52 -
YUV 144.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 227 95 186 0 0.58 0.18 0.11 318.64 0.7 0.63
Hex E3 5F BA 0 3A 12 B 13F 46 3F
Octal 343 137 272 0 72 22 13 477 106 77
Binary 11100011 1011111 10111010 0 111010 10010 1011 100111111 1000110 111111

Color Harmonies of #E35FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35FBA

Black with #E35FBA

Text Example


Text Example

White with #E35FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35FBA; }

 p { color: rgb(227,95,186); }

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

background-color css

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

 a { background-color: rgb(227,95,186); }

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

border-color css

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

 span { border-color: rgb(227,95,186); }

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