Html Css Color HEX #E670BC Persian Pink

📋 copy color: '#E670BC'

red 230 ◦ green 112 ◦ blue 188

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

Shades of Persian Pink #E670BC

Tints of Persian Pink #E670BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.13%

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

R = 43.4%
G = 21.13%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E670BC (or 0xE670BC) is known color: Persian Pink. HEX triplet: E6, 70 and BC. RGB value is (230,112,188). Sum of RGB (Red+Green+Blue) = 230+112+188=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E670BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670BC is #198F43. Grayscale: #9B9B9B. Windows color (decimal): -1675076 or 12349670. OLE color: 12349670.

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

Color convert

RGB 230 112 188 -
CMYK 0 0.51 0.18 0.10
HSL 321.36º 0.7% 0.67% -
HSV(B) 321.36º 0.51% 0.9% -
XYZ 47.5 32.04 51.26 -
YUV 155.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 230 112 188 0 0.51 0.18 0.10 321.36 0.7 0.67
Hex E6 70 BC 0 33 12 A 141 46 43
Octal 346 160 274 0 63 22 12 501 106 103
Binary 11100110 1110000 10111100 0 110011 10010 1010 101000001 1000110 1000011

Color Harmonies of #E670BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E670BC

Black with #E670BC

Text Example


Text Example

White with #E670BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E670BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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