Html Css Color HEX #E769B2 Hot Pink

📋 copy color: '#E769B2'

red 231 ◦ green 105 ◦ blue 178

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

Shades of Hot Pink #E769B2

Tints of Hot Pink #E769B2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.43%

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

R = 44.94%
G = 20.43%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E769B2 (or 0xE769B2) is known color: Hot Pink. HEX triplet: E7, 69 and B2. RGB value is (231,105,178). Sum of RGB (Red+Green+Blue) = 231+105+178=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E769B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E769B2 is #18964D. Grayscale: #969696. Windows color (decimal): -1611342 or 11692519. OLE color: 11692519.

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

Color convert

RGB 231 105 178 -
CMYK 0 0.55 0.23 0.09
HSL 325.24º 0.72% 0.66% -
HSV(B) 325.24º 0.55% 0.91% -
XYZ 46.04 30.31 45.54 -
YUV 151 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 231 105 178 0 0.55 0.23 0.09 325.24 0.72 0.66
Hex E7 69 B2 0 37 17 9 145 48 42
Octal 347 151 262 0 67 27 11 505 110 102
Binary 11100111 1101001 10110010 0 110111 10111 1001 101000101 1001000 1000010

Color Harmonies of #E769B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E769B2

Black with #E769B2

Text Example


Text Example

White with #E769B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E769B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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