Html Css Color HEX #E26DBC Persian Pink

📋 copy color: '#E26DBC'

red 226 ◦ green 109 ◦ blue 188

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

Shades of Persian Pink #E26DBC

Tints of Persian Pink #E26DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 43.21%
G = 20.84%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E26DBC (or 0xE26DBC) is known color: Persian Pink. HEX triplet: E2, 6D and BC. RGB value is (226,109,188). Sum of RGB (Red+Green+Blue) = 226+109+188=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DBC is #1D9243. Grayscale: #989898. Windows color (decimal): -1937988 or 12348898. OLE color: 12348898.

HSL color Cylindrical-coordinate representation of color #E26DBC: hue angle of 319.49º 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 #E26DBC is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 109 188 -
CMYK 0 0.52 0.17 0.11
HSL 319.49º 0.67% 0.66% -
HSV(B) 319.49º 0.52% 0.89% -
XYZ 45.91 30.74 51.09 -
YUV 152.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 226 109 188 0 0.52 0.17 0.11 319.49 0.67 0.66
Hex E2 6D BC 0 34 11 B 13F 43 42
Octal 342 155 274 0 64 21 13 477 103 102
Binary 11100010 1101101 10111100 0 110100 10001 1011 100111111 1000011 1000010

Color Harmonies of #E26DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26DBC

Black with #E26DBC

Text Example


Text Example

White with #E26DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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