Html Css Color HEX #E26DB3 Persian Pink

📋 copy color: '#E26DB3'

red 226 ◦ green 109 ◦ blue 179

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

Shades of Persian Pink #E26DB3

Tints of Persian Pink #E26DB3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.21%

 BLUE value IS 179 (70.31% from 255) = 34.82%

R = 43.97%
G = 21.21%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E26DB3 (or 0xE26DB3) is known color: Persian Pink. HEX triplet: E2, 6D and B3. RGB value is (226,109,179). Sum of RGB (Red+Green+Blue) = 226+109+179=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DB3 is #1D924C. Grayscale: #979797. Windows color (decimal): -1937997 or 11759074. OLE color: 11759074.

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

Color convert

RGB 226 109 179 -
CMYK 0 0.52 0.21 0.11
HSL 324.1º 0.67% 0.66% -
HSV(B) 324.1º 0.52% 0.89% -
XYZ 44.97 30.36 46.14 -
YUV 151.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 226 109 179 0 0.52 0.21 0.11 324.1 0.67 0.66
Hex E2 6D B3 0 34 15 B 144 43 42
Octal 342 155 263 0 64 25 13 504 103 102
Binary 11100010 1101101 10110011 0 110100 10101 1011 101000100 1000011 1000010

Color Harmonies of #E26DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26DB3

Black with #E26DB3

Text Example


Text Example

White with #E26DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26DB3; }

 p { color: rgb(226,109,179); }

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

background-color css

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

 a { background-color: rgb(226,109,179); }

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

border-color css

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

 span { border-color: rgb(226,109,179); }

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