Html Css Color HEX #E372C7 Orchid

📋 copy color: '#E372C7'

red 227 ◦ green 114 ◦ blue 199

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

Shades of Orchid #E372C7

Tints of Orchid #E372C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.85%

R = 42.04%
G = 21.11%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E372C7 (or 0xE372C7) is known color: Orchid. HEX triplet: E3, 72 and C7. RGB value is (227,114,199). Sum of RGB (Red+Green+Blue) = 227+114+199=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E372C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372C7 is #1C8D38. Grayscale: #9D9D9D. Windows color (decimal): -1871161 or 13071075. OLE color: 13071075.

HSL color Cylindrical-coordinate representation of color #E372C7: hue angle of 314.87º 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 #E372C7 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 114 199 -
CMYK 0 0.50 0.12 0.11
HSL 314.87º 0.67% 0.67% -
HSV(B) 314.87º 0.5% 0.89% -
XYZ 48 32.49 57.77 -
YUV 157.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 227 114 199 0 0.50 0.12 0.11 314.87 0.67 0.67
Hex E3 72 C7 0 32 C B 13B 43 43
Octal 343 162 307 0 62 14 13 473 103 103
Binary 11100011 1110010 11000111 0 110010 1100 1011 100111011 1000011 1000011

Color Harmonies of #E372C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372C7

Black with #E372C7

Text Example


Text Example

White with #E372C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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