Html Css Color HEX #E67BBF Persian Pink

📋 copy color: '#E67BBF'

red 230 ◦ green 123 ◦ blue 191

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

Shades of Persian Pink #E67BBF

Tints of Persian Pink #E67BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.61%

 BLUE value IS 191 (75% from 255) = 35.11%

R = 42.28%
G = 22.61%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E67BBF (or 0xE67BBF) is known color: Persian Pink. HEX triplet: E6, 7B and BF. RGB value is (230,123,191). Sum of RGB (Red+Green+Blue) = 230+123+191=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BBF is #198440. Grayscale: #A2A2A2. Windows color (decimal): -1672257 or 12549094. OLE color: 12549094.

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

Color convert

RGB 230 123 191 -
CMYK 0 0.47 0.17 0.10
HSL 321.87º 0.68% 0.69% -
HSV(B) 321.87º 0.47% 0.9% -
XYZ 49.12 34.75 53.41 -
YUV 162.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 230 123 191 0 0.47 0.17 0.10 321.87 0.68 0.69
Hex E6 7B BF 0 2F 11 A 142 44 45
Octal 346 173 277 0 57 21 12 502 104 105
Binary 11100110 1111011 10111111 0 101111 10001 1010 101000010 1000100 1000101

Color Harmonies of #E67BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67BBF

Black with #E67BBF

Text Example


Text Example

White with #E67BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67BBF; }

 p { color: rgb(230,123,191); }

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

background-color css

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

 a { background-color: rgb(230,123,191); }

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

border-color css

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

 span { border-color: rgb(230,123,191); }

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