Html Css Color HEX #E26CBB Persian Pink

📋 copy color: '#E26CBB'

red 226 ◦ green 108 ◦ blue 187

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

Shades of Persian Pink #E26CBB

Tints of Persian Pink #E26CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.73%

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 43.38%
G = 20.73%
B = 35.89%

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

#E26CBB (or 0xE26CBB) is known color: Persian Pink. HEX triplet: E2, 6C and BB. RGB value is (226,108,187). Sum of RGB (Red+Green+Blue) = 226+108+187=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26CBB is #1D9344. Grayscale: #989898. Windows color (decimal): -1938245 or 12283106. OLE color: 12283106.

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

Color convert

RGB 226 108 187 -
CMYK 0 0.52 0.17 0.11
HSL 319.83º 0.67% 0.65% -
HSV(B) 319.83º 0.52% 0.89% -
XYZ 45.7 30.48 50.49 -
YUV 152.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 226 108 187 0 0.52 0.17 0.11 319.83 0.67 0.65
Hex E2 6C BB 0 34 11 B 140 43 41
Octal 342 154 273 0 64 21 13 500 103 101
Binary 11100010 1101100 10111011 0 110100 10001 1011 101000000 1000011 1000001

Color Harmonies of #E26CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26CBB

Black with #E26CBB

Text Example


Text Example

White with #E26CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26CBB; }

 p { color: rgb(226,108,187); }

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

background-color css

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

 a { background-color: rgb(226,108,187); }

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

border-color css

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

 span { border-color: rgb(226,108,187); }

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