Html Css Color HEX #E67DBB Persian Pink

📋 copy color: '#E67DBB'

red 230 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #E67DBB

Tints of Persian Pink #E67DBB

RGB

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

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

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

R = 42.44%
G = 23.06%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E67DBB (or 0xE67DBB) is known color: Persian Pink. HEX triplet: E6, 7D and BB. RGB value is (230,125,187). Sum of RGB (Red+Green+Blue) = 230+125+187=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67DBB is #198244. Grayscale: #A3A3A3. Windows color (decimal): -1671749 or 12287462. OLE color: 12287462.

HSL color Cylindrical-coordinate representation of color #E67DBB: hue angle of 324.57º 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 #E67DBB is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 125 187 -
CMYK 0 0.46 0.19 0.10
HSL 324.57º 0.68% 0.7% -
HSV(B) 324.57º 0.46% 0.9% -
XYZ 48.94 35.08 51.21 -
YUV 163.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 230 125 187 0 0.46 0.19 0.10 324.57 0.68 0.7
Hex E6 7D BB 0 2E 13 A 145 44 46
Octal 346 175 273 0 56 23 12 505 104 106
Binary 11100110 1111101 10111011 0 101110 10011 1010 101000101 1000100 1000110

Color Harmonies of #E67DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67DBB

Black with #E67DBB

Text Example


Text Example

White with #E67DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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