Html Css Color HEX #E271CF Orchid

📋 copy color: '#E271CF'

red 226 ◦ green 113 ◦ blue 207

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

Shades of Orchid #E271CF

Tints of Orchid #E271CF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.7%

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

R = 41.39%
G = 20.7%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E271CF (or 0xE271CF) is known color: Orchid. HEX triplet: E2, 71 and CF. RGB value is (226,113,207). Sum of RGB (Red+Green+Blue) = 226+113+207=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E271CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271CF is #1D8E30. Grayscale: #9D9D9D. Windows color (decimal): -1936945 or 13595106. OLE color: 13595106.

HSL color Cylindrical-coordinate representation of color #E271CF: hue angle of 310.09º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E271CF is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 113 207 -
CMYK 0 0.5 0.08 0.11
HSL 310.09º 0.66% 0.66% -
HSV(B) 310.09º 0.5% 0.89% -
XYZ 48.53 32.48 62.74 -
YUV 157.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 226 113 207 0 0.5 0.08 0.11 310.09 0.66 0.66
Hex E2 71 CF 0 32 8 B 136 42 42
Octal 342 161 317 0 62 10 13 466 102 102
Binary 11100010 1110001 11001111 0 110010 1000 1011 100110110 1000010 1000010

Color Harmonies of #E271CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271CF

Black with #E271CF

Text Example


Text Example

White with #E271CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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