Html Css Color HEX #E765B2 Hot Pink

📋 copy color: '#E765B2'

red 231 ◦ green 101 ◦ blue 178

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

Shades of Hot Pink #E765B2

Tints of Hot Pink #E765B2

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.8%

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 45.29%
G = 19.8%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E765B2 (or 0xE765B2) is known color: Hot Pink. HEX triplet: E7, 65 and B2. RGB value is (231,101,178). Sum of RGB (Red+Green+Blue) = 231+101+178=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E765B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E765B2 is #189A4D. Grayscale: #949494. Windows color (decimal): -1612366 or 11691495. OLE color: 11691495.

HSL color Cylindrical-coordinate representation of color #E765B2: hue angle of 324.46º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E765B2 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 101 178 -
CMYK 0 0.56 0.23 0.09
HSL 324.46º 0.73% 0.65% -
HSV(B) 324.46º 0.56% 0.91% -
XYZ 45.64 29.51 45.41 -
YUV 148.65 144.57 186.74 -
System Red Green Blue C M Y K H S L
Decimal 231 101 178 0 0.56 0.23 0.09 324.46 0.73 0.65
Hex E7 65 B2 0 38 17 9 144 49 41
Octal 347 145 262 0 70 27 11 504 111 101
Binary 11100111 1100101 10110010 0 111000 10111 1001 101000100 1001001 1000001

Color Harmonies of #E765B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E765B2

Black with #E765B2

Text Example


Text Example

White with #E765B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E765B2; }

 p { color: rgb(231,101,178); }

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

background-color css

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

 a { background-color: rgb(231,101,178); }

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

border-color css

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

 span { border-color: rgb(231,101,178); }

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