Html Css Color HEX #E268B1 Hot Pink

📋 copy color: '#E268B1'

red 226 ◦ green 104 ◦ blue 177

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

Shades of Hot Pink #E268B1

Tints of Hot Pink #E268B1

RGB

 RED value IS 226 (88.67% from 255) = 44.58%

 GREEN value IS 104 (41.02% from 255) = 20.51%

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

R = 44.58%
G = 20.51%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E268B1 (or 0xE268B1) is known color: Hot Pink. HEX triplet: E2, 68 and B1. RGB value is (226,104,177). Sum of RGB (Red+Green+Blue) = 226+104+177=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E268B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E268B1 is #1D974E. Grayscale: #949494. Windows color (decimal): -1939279 or 11626722. OLE color: 11626722.

HSL color Cylindrical-coordinate representation of color #E268B1: hue angle of 324.1º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E268B1 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 104 177 -
CMYK 0 0.54 0.22 0.11
HSL 324.1º 0.68% 0.65% -
HSV(B) 324.1º 0.54% 0.89% -
XYZ 44.25 29.24 44.91 -
YUV 148.8 143.92 183.06 -
System Red Green Blue C M Y K H S L
Decimal 226 104 177 0 0.54 0.22 0.11 324.1 0.68 0.65
Hex E2 68 B1 0 36 16 B 144 44 41
Octal 342 150 261 0 66 26 13 504 104 101
Binary 11100010 1101000 10110001 0 110110 10110 1011 101000100 1000100 1000001

Color Harmonies of #E268B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E268B1

Black with #E268B1

Text Example


Text Example

White with #E268B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E268B1; }

 p { color: rgb(226,104,177); }

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

background-color css

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

 a { background-color: rgb(226,104,177); }

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

border-color css

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

 span { border-color: rgb(226,104,177); }

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