#E672CB

Color #E672CB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E672CB

Tints of Orchid #E672CB

Color information

#E672CB (or 0xE672CB) is unknown color: approx Orchid. HEX triplet: E6, 72 and CB. RGB value is (230,114,203). Sum of RGB (Red+Green+Blue) = 230+114+203=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E672CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672CB is #198D34. Grayscale: #9E9E9E. Windows color (decimal): -1674549 or 13333222. OLE color: 13333222.

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

Color convert

RGB230114203-
CMYK00.500.120.10
HSL313.97º69.88%67.45%-
HSV(B)313.97º50.43%90.2%-
XYZ49.4333.1760.3-
YUV158.83152.93178.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.05%
GREEN value IS 114 (44.92% from 255) = 20.84%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=42.05%
G=20.84%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011420300.500.120.10313.9769.8867.45
HexE672CB032CA13a4643
Octal3461623130621412472106103
Binary1110011011100101100101101100101100101010011101010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E672CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E672CB; }

 p { color: rgb(230,114,203); }

 H1.HeaderClassName
 {
   color: #E672CB;
 }
 .AnyTagClassName
 {
   color: #E672CB;
 }
</style>
background-color css

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

 a { background-color: rgb(230,114,203); }

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

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

 span { border-color: rgb(230,114,203); }

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