Html Css Color HEX #E372DF Orchid

📋 copy color: '#E372DF'

red 227 ◦ green 114 ◦ blue 223

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

Shades of Orchid #E372DF

Tints of Orchid #E372DF

RGB

 RED value IS 227 (89.06% from 255) = 40.25%

 GREEN value IS 114 (44.92% from 255) = 20.21%

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 40.25%
G = 20.21%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E372DF (or 0xE372DF) is known color: Orchid. HEX triplet: E3, 72 and DF. RGB value is (227,114,223). Sum of RGB (Red+Green+Blue) = 227+114+223=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E372DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372DF is #1C8D20. Grayscale: #9F9F9F. Windows color (decimal): -1871137 or 14643939. OLE color: 14643939.

HSL color Cylindrical-coordinate representation of color #E372DF: hue angle of 302.12º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E372DF is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 114 223 -
CMYK 0 0.50 0.02 0.11
HSL 302.12º 0.67% 0.67% -
HSV(B) 302.12º 0.5% 0.89% -
XYZ 51.02 33.69 73.63 -
YUV 160.21 163.44 175.64 -
System Red Green Blue C M Y K H S L
Decimal 227 114 223 0 0.50 0.02 0.11 302.12 0.67 0.67
Hex E3 72 DF 0 32 2 B 12E 43 43
Octal 343 162 337 0 62 2 13 456 103 103
Binary 11100011 1110010 11011111 0 110010 10 1011 100101110 1000011 1000011

Color Harmonies of #E372DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372DF

Black with #E372DF

Text Example


Text Example

White with #E372DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372DF; }

 p { color: rgb(227,114,223); }

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

background-color css

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

 a { background-color: rgb(227,114,223); }

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

border-color css

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

 span { border-color: rgb(227,114,223); }

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