Html Css Color HEX #E67DB7 Persian Pink

📋 copy color: '#E67DB7'

red 230 ◦ green 125 ◦ blue 183

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

Shades of Persian Pink #E67DB7

Tints of Persian Pink #E67DB7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.23%

 BLUE value IS 183 (71.88% from 255) = 34.01%

R = 42.75%
G = 23.23%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E67DB7 (or 0xE67DB7) is known color: Persian Pink. HEX triplet: E6, 7D and B7. RGB value is (230,125,183). Sum of RGB (Red+Green+Blue) = 230+125+183=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67DB7 is #198248. Grayscale: #A2A2A2. Windows color (decimal): -1671753 or 12025318. OLE color: 12025318.

HSL color Cylindrical-coordinate representation of color #E67DB7: hue angle of 326.86º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67DB7 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 125 183 -
CMYK 0 0.46 0.20 0.10
HSL 326.86º 0.68% 0.7% -
HSV(B) 326.86º 0.46% 0.9% -
XYZ 48.51 34.91 48.98 -
YUV 163.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 230 125 183 0 0.46 0.20 0.10 326.86 0.68 0.7
Hex E6 7D B7 0 2E 14 A 147 44 46
Octal 346 175 267 0 56 24 12 507 104 106
Binary 11100110 1111101 10110111 0 101110 10100 1010 101000111 1000100 1000110

Color Harmonies of #E67DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67DB7

Black with #E67DB7

Text Example


Text Example

White with #E67DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67DB7; }

 p { color: rgb(230,125,183); }

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

background-color css

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

 a { background-color: rgb(230,125,183); }

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

border-color css

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

 span { border-color: rgb(230,125,183); }

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