Html Css Color HEX #E272C7 Orchid

📋 copy color: '#E272C7'

red 226 ◦ green 114 ◦ blue 199

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

Shades of Orchid #E272C7

Tints of Orchid #E272C7

RGB

 RED value IS 226 (88.67% from 255) = 41.93%

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

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

R = 41.93%
G = 21.15%
B = 36.92%

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

#E272C7 (or 0xE272C7) is known color: Orchid. HEX triplet: E2, 72 and C7. RGB value is (226,114,199). Sum of RGB (Red+Green+Blue) = 226+114+199=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E272C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272C7 is #1D8D38. Grayscale: #9C9C9C. Windows color (decimal): -1936697 or 13071074. OLE color: 13071074.

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

Color convert

RGB 226 114 199 -
CMYK 0 0.50 0.12 0.11
HSL 314.46º 0.66% 0.67% -
HSV(B) 314.46º 0.5% 0.89% -
XYZ 47.69 32.33 57.76 -
YUV 157.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 226 114 199 0 0.50 0.12 0.11 314.46 0.66 0.67
Hex E2 72 C7 0 32 C B 13A 42 43
Octal 342 162 307 0 62 14 13 472 102 103
Binary 11100010 1110010 11000111 0 110010 1100 1011 100111010 1000010 1000011

Color Harmonies of #E272C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E272C7

Black with #E272C7

Text Example


Text Example

White with #E272C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E272C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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