Html Css Color HEX #E75CBA Hot Pink

📋 copy color: '#E75CBA'

red 231 ◦ green 92 ◦ blue 186

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

Shades of Hot Pink #E75CBA

Tints of Hot Pink #E75CBA

RGB

 RED value IS 231 (90.63% from 255) = 45.38%

 GREEN value IS 92 (36.33% from 255) = 18.07%

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

R = 45.38%
G = 18.07%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E75CBA (or 0xE75CBA) is known color: Hot Pink. HEX triplet: E7, 5C and BA. RGB value is (231,92,186). Sum of RGB (Red+Green+Blue) = 231+92+186=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75CBA is #18A345. Grayscale: #909090. Windows color (decimal): -1614662 or 12213479. OLE color: 12213479.

HSL color Cylindrical-coordinate representation of color #E75CBA: hue angle of 319.42º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75CBA is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 92 186 -
CMYK 0 0.60 0.19 0.09
HSL 319.42º 0.74% 0.63% -
HSV(B) 319.42º 0.6% 0.91% -
XYZ 45.65 28.19 49.49 -
YUV 144.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 231 92 186 0 0.60 0.19 0.09 319.42 0.74 0.63
Hex E7 5C BA 0 3C 13 9 13F 4A 3F
Octal 347 134 272 0 74 23 11 477 112 77
Binary 11100111 1011100 10111010 0 111100 10011 1001 100111111 1001010 111111

Color Harmonies of #E75CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75CBA

Black with #E75CBA

Text Example


Text Example

White with #E75CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75CBA; }

 p { color: rgb(231,92,186); }

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

background-color css

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

 a { background-color: rgb(231,92,186); }

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

border-color css

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

 span { border-color: rgb(231,92,186); }

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