Html Css Color HEX #E67BBC Persian Pink

📋 copy color: '#E67BBC'

red 230 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #E67BBC

Tints of Persian Pink #E67BBC

RGB

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

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

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

R = 42.51%
G = 22.74%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E67BBC (or 0xE67BBC) is known color: Persian Pink. HEX triplet: E6, 7B and BC. RGB value is (230,123,188). Sum of RGB (Red+Green+Blue) = 230+123+188=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BBC is #198443. Grayscale: #A2A2A2. Windows color (decimal): -1672260 or 12352486. OLE color: 12352486.

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

Color convert

RGB 230 123 188 -
CMYK 0 0.47 0.18 0.10
HSL 323.55º 0.68% 0.69% -
HSV(B) 323.55º 0.47% 0.9% -
XYZ 48.79 34.62 51.69 -
YUV 162.4 142.45 176.21 -
System Red Green Blue C M Y K H S L
Decimal 230 123 188 0 0.47 0.18 0.10 323.55 0.68 0.69
Hex E6 7B BC 0 2F 12 A 144 44 45
Octal 346 173 274 0 57 22 12 504 104 105
Binary 11100110 1111011 10111100 0 101111 10010 1010 101000100 1000100 1000101

Color Harmonies of #E67BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67BBC

Black with #E67BBC

Text Example


Text Example

White with #E67BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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