Html Css Color HEX #E272CF Orchid

📋 copy color: '#E272CF'

red 226 ◦ green 114 ◦ blue 207

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

Shades of Orchid #E272CF

Tints of Orchid #E272CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 41.32%
G = 20.84%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E272CF (or 0xE272CF) is known color: Orchid. HEX triplet: E2, 72 and CF. RGB value is (226,114,207). Sum of RGB (Red+Green+Blue) = 226+114+207=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E272CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272CF is #1D8D30. Grayscale: #9D9D9D. Windows color (decimal): -1936689 or 13595362. OLE color: 13595362.

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

Color convert

RGB 226 114 207 -
CMYK 0 0.50 0.08 0.11
HSL 310.18º 0.66% 0.67% -
HSV(B) 310.18º 0.5% 0.89% -
XYZ 48.64 32.71 62.78 -
YUV 158.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 226 114 207 0 0.50 0.08 0.11 310.18 0.66 0.67
Hex E2 72 CF 0 32 8 B 136 42 43
Octal 342 162 317 0 62 10 13 466 102 103
Binary 11100010 1110010 11001111 0 110010 1000 1011 100110110 1000010 1000011

Color Harmonies of #E272CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E272CF

Black with #E272CF

Text Example


Text Example

White with #E272CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E272CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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