Html Css Color HEX #E269CC Orchid

📋 copy color: '#E269CC'

red 226 ◦ green 105 ◦ blue 204

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

Shades of Orchid #E269CC

Tints of Orchid #E269CC

RGB

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

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

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

R = 42.24%
G = 19.63%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E269CC (or 0xE269CC) is known color: Orchid. HEX triplet: E2, 69 and CC. RGB value is (226,105,204). Sum of RGB (Red+Green+Blue) = 226+105+204=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E269CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269CC is #1D9633. Grayscale: #989898. Windows color (decimal): -1938996 or 13396450. OLE color: 13396450.

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

Color convert

RGB 226 105 204 -
CMYK 0 0.54 0.10 0.11
HSL 310.91º 0.68% 0.65% -
HSV(B) 310.91º 0.54% 0.89% -
XYZ 47.31 30.63 60.55 -
YUV 152.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 226 105 204 0 0.54 0.10 0.11 310.91 0.68 0.65
Hex E2 69 CC 0 36 A B 137 44 41
Octal 342 151 314 0 66 12 13 467 104 101
Binary 11100010 1101001 11001100 0 110110 1010 1011 100110111 1000100 1000001

Color Harmonies of #E269CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E269CC

Black with #E269CC

Text Example


Text Example

White with #E269CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E269CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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