Html Css Color HEX #E669B1 Hot Pink

📋 copy color: '#E669B1'

red 230 ◦ green 105 ◦ blue 177

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

Shades of Hot Pink #E669B1

Tints of Hot Pink #E669B1

RGB

 RED value IS 230 (90.23% from 255) = 44.92%

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

 BLUE value IS 177 (69.53% from 255) = 34.57%

R = 44.92%
G = 20.51%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E669B1 (or 0xE669B1) is known color: Hot Pink. HEX triplet: E6, 69 and B1. RGB value is (230,105,177). Sum of RGB (Red+Green+Blue) = 230+105+177=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E669B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E669B1 is #19964E. Grayscale: #969696. Windows color (decimal): -1676879 or 11626982. OLE color: 11626982.

HSL color Cylindrical-coordinate representation of color #E669B1: hue angle of 325.44º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E669B1 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 105 177 -
CMYK 0 0.54 0.23 0.10
HSL 325.44º 0.71% 0.66% -
HSV(B) 325.44º 0.54% 0.9% -
XYZ 45.62 30.1 45 -
YUV 150.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 230 105 177 0 0.54 0.23 0.10 325.44 0.71 0.66
Hex E6 69 B1 0 36 17 A 145 47 42
Octal 346 151 261 0 66 27 12 505 107 102
Binary 11100110 1101001 10110001 0 110110 10111 1010 101000101 1000111 1000010

Color Harmonies of #E669B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E669B1

Black with #E669B1

Text Example


Text Example

White with #E669B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E669B1; }

 p { color: rgb(230,105,177); }

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

background-color css

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

 a { background-color: rgb(230,105,177); }

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

border-color css

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

 span { border-color: rgb(230,105,177); }

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