Html Css Color HEX #E269C8 Orchid

📋 copy color: '#E269C8'

red 226 ◦ green 105 ◦ blue 200

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

Shades of Orchid #E269C8

Tints of Orchid #E269C8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.77%

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 42.56%
G = 19.77%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E269C8 (or 0xE269C8) is known color: Orchid. HEX triplet: E2, 69 and C8. RGB value is (226,105,200). Sum of RGB (Red+Green+Blue) = 226+105+200=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E269C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269C8 is #1D9637. Grayscale: #979797. Windows color (decimal): -1939000 or 13134306. OLE color: 13134306.

HSL color Cylindrical-coordinate representation of color #E269C8: hue angle of 312.89º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E269C8 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 105 200 -
CMYK 0 0.54 0.12 0.11
HSL 312.89º 0.68% 0.65% -
HSV(B) 312.89º 0.54% 0.89% -
XYZ 46.84 30.44 58.05 -
YUV 152.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 226 105 200 0 0.54 0.12 0.11 312.89 0.68 0.65
Hex E2 69 C8 0 36 C B 139 44 41
Octal 342 151 310 0 66 14 13 471 104 101
Binary 11100010 1101001 11001000 0 110110 1100 1011 100111001 1000100 1000001

Color Harmonies of #E269C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E269C8

Black with #E269C8

Text Example


Text Example

White with #E269C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E269C8; }

 p { color: rgb(226,105,200); }

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

background-color css

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

 a { background-color: rgb(226,105,200); }

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

border-color css

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

 span { border-color: rgb(226,105,200); }

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