Html Css Color HEX #E272CC Orchid

📋 copy color: '#E272CC'

red 226 ◦ green 114 ◦ blue 204

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

Shades of Orchid #E272CC

Tints of Orchid #E272CC

RGB

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

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

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

R = 41.54%
G = 20.96%
B = 37.5%

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

#E272CC (or 0xE272CC) is known color: Orchid. HEX triplet: E2, 72 and CC. RGB value is (226,114,204). Sum of RGB (Red+Green+Blue) = 226+114+204=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E272CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272CC is #1D8D33. Grayscale: #9D9D9D. Windows color (decimal): -1936692 or 13398754. OLE color: 13398754.

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

Color convert

RGB 226 114 204 -
CMYK 0 0.50 0.10 0.11
HSL 311.79º 0.66% 0.67% -
HSV(B) 311.79º 0.5% 0.89% -
XYZ 48.28 32.56 60.87 -
YUV 157.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 226 114 204 0 0.50 0.10 0.11 311.79 0.66 0.67
Hex E2 72 CC 0 32 A B 138 42 43
Octal 342 162 314 0 62 12 13 470 102 103
Binary 11100010 1110010 11001100 0 110010 1010 1011 100111000 1000010 1000011

Color Harmonies of #E272CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E272CC

Black with #E272CC

Text Example


Text Example

White with #E272CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E272CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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