Html Css Color HEX #E66DBB Persian Pink

📋 copy color: '#E66DBB'

red 230 ◦ green 109 ◦ blue 187

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

Shades of Persian Pink #E66DBB

Tints of Persian Pink #E66DBB

RGB

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

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

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

R = 43.73%
G = 20.72%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E66DBB (or 0xE66DBB) is known color: Persian Pink. HEX triplet: E6, 6D and BB. RGB value is (230,109,187). Sum of RGB (Red+Green+Blue) = 230+109+187=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DBB is #199244. Grayscale: #999999. Windows color (decimal): -1675845 or 12283366. OLE color: 12283366.

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

Color convert

RGB 230 109 187 -
CMYK 0 0.53 0.19 0.10
HSL 321.32º 0.71% 0.66% -
HSV(B) 321.32º 0.53% 0.9% -
XYZ 47.07 31.35 50.58 -
YUV 154.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 230 109 187 0 0.53 0.19 0.10 321.32 0.71 0.66
Hex E6 6D BB 0 35 13 A 141 47 42
Octal 346 155 273 0 65 23 12 501 107 102
Binary 11100110 1101101 10111011 0 110101 10011 1010 101000001 1000111 1000010

Color Harmonies of #E66DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66DBB

Black with #E66DBB

Text Example


Text Example

White with #E66DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66DBB; }

 p { color: rgb(230,109,187); }

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

background-color css

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

 a { background-color: rgb(230,109,187); }

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

border-color css

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

 span { border-color: rgb(230,109,187); }

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