Html Css Color HEX #E67CBC Persian Pink

📋 copy color: '#E67CBC'

red 230 ◦ green 124 ◦ blue 188

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

Shades of Persian Pink #E67CBC

Tints of Persian Pink #E67CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.88%

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

R = 42.44%
G = 22.88%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E67CBC (or 0xE67CBC) is known color: Persian Pink. HEX triplet: E6, 7C and BC. RGB value is (230,124,188). Sum of RGB (Red+Green+Blue) = 230+124+188=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CBC is #198343. Grayscale: #A2A2A2. Windows color (decimal): -1672004 or 12352742. OLE color: 12352742.

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

Color convert

RGB 230 124 188 -
CMYK 0 0.46 0.18 0.10
HSL 323.77º 0.68% 0.69% -
HSV(B) 323.77º 0.46% 0.9% -
XYZ 48.92 34.87 51.73 -
YUV 162.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 230 124 188 0 0.46 0.18 0.10 323.77 0.68 0.69
Hex E6 7C BC 0 2E 12 A 144 44 45
Octal 346 174 274 0 56 22 12 504 104 105
Binary 11100110 1111100 10111100 0 101110 10010 1010 101000100 1000100 1000101

Color Harmonies of #E67CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67CBC

Black with #E67CBC

Text Example


Text Example

White with #E67CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67CBC; }

 p { color: rgb(230,124,188); }

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

background-color css

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

 a { background-color: rgb(230,124,188); }

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

border-color css

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

 span { border-color: rgb(230,124,188); }

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