Html Css Color HEX #E67CBA Persian Pink

📋 copy color: '#E67CBA'

red 230 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #E67CBA

Tints of Persian Pink #E67CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.44%

R = 42.59%
G = 22.96%
B = 34.44%

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

#E67CBA (or 0xE67CBA) is known color: Persian Pink. HEX triplet: E6, 7C and BA. RGB value is (230,124,186). Sum of RGB (Red+Green+Blue) = 230+124+186=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CBA is #198345. Grayscale: #A2A2A2. Windows color (decimal): -1672006 or 12221670. OLE color: 12221670.

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

Color convert

RGB 230 124 186 -
CMYK 0 0.46 0.19 0.10
HSL 324.91º 0.68% 0.69% -
HSV(B) 324.91º 0.46% 0.9% -
XYZ 48.7 34.78 50.6 -
YUV 162.76 141.12 175.96 -
System Red Green Blue C M Y K H S L
Decimal 230 124 186 0 0.46 0.19 0.10 324.91 0.68 0.69
Hex E6 7C BA 0 2E 13 A 145 44 45
Octal 346 174 272 0 56 23 12 505 104 105
Binary 11100110 1111100 10111010 0 101110 10011 1010 101000101 1000100 1000101

Color Harmonies of #E67CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67CBA

Black with #E67CBA

Text Example


Text Example

White with #E67CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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