Html Css Color HEX #E67CBB Persian Pink

📋 copy color: '#E67CBB'

red 230 ◦ green 124 ◦ blue 187

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

Shades of Persian Pink #E67CBB

Tints of Persian Pink #E67CBB

RGB

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

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

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

R = 42.51%
G = 22.92%
B = 34.57%

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

#E67CBB (or 0xE67CBB) is known color: Persian Pink. HEX triplet: E6, 7C and BB. RGB value is (230,124,187). Sum of RGB (Red+Green+Blue) = 230+124+187=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CBB is #198344. Grayscale: #A2A2A2. Windows color (decimal): -1672005 or 12287206. OLE color: 12287206.

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

Color convert

RGB 230 124 187 -
CMYK 0 0.46 0.19 0.10
HSL 324.34º 0.68% 0.69% -
HSV(B) 324.34º 0.46% 0.9% -
XYZ 48.81 34.83 51.16 -
YUV 162.88 141.62 175.88 -
System Red Green Blue C M Y K H S L
Decimal 230 124 187 0 0.46 0.19 0.10 324.34 0.68 0.69
Hex E6 7C BB 0 2E 13 A 144 44 45
Octal 346 174 273 0 56 23 12 504 104 105
Binary 11100110 1111100 10111011 0 101110 10011 1010 101000100 1000100 1000101

Color Harmonies of #E67CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67CBB

Black with #E67CBB

Text Example


Text Example

White with #E67CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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