Html Css Color HEX #E372CC Orchid

📋 copy color: '#E372CC'

red 227 ◦ green 114 ◦ blue 204

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

Shades of Orchid #E372CC

Tints of Orchid #E372CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 41.65%
G = 20.92%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E372CC (or 0xE372CC) is known color: Orchid. HEX triplet: E3, 72 and CC. RGB value is (227,114,204). Sum of RGB (Red+Green+Blue) = 227+114+204=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E372CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372CC is #1C8D33. Grayscale: #9D9D9D. Windows color (decimal): -1871156 or 13398755. OLE color: 13398755.

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

Color convert

RGB 227 114 204 -
CMYK 0 0.50 0.10 0.11
HSL 312.21º 0.67% 0.67% -
HSV(B) 312.21º 0.5% 0.89% -
XYZ 48.59 32.73 60.88 -
YUV 158.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 227 114 204 0 0.50 0.10 0.11 312.21 0.67 0.67
Hex E3 72 CC 0 32 A B 138 43 43
Octal 343 162 314 0 62 12 13 470 103 103
Binary 11100011 1110010 11001100 0 110010 1010 1011 100111000 1000011 1000011

Color Harmonies of #E372CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372CC

Black with #E372CC

Text Example


Text Example

White with #E372CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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