Html Css Color HEX #E069C1 Orchid

📋 copy color: '#E069C1'

red 224 ◦ green 105 ◦ blue 193

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

Shades of Orchid #E069C1

Tints of Orchid #E069C1

RGB

 RED value IS 224 (87.89% from 255) = 42.91%

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

 BLUE value IS 193 (75.78% from 255) = 36.97%

R = 42.91%
G = 20.11%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E069C1 (or 0xE069C1) is known color: Orchid. HEX triplet: E0, 69 and C1. RGB value is (224,105,193). Sum of RGB (Red+Green+Blue) = 224+105+193=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E069C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069C1 is #1F963E. Grayscale: #969696. Windows color (decimal): -2070079 or 12675552. OLE color: 12675552.

HSL color Cylindrical-coordinate representation of color #E069C1: hue angle of 315.63º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069C1 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 193 -
CMYK 0 0.53 0.14 0.12
HSL 315.63º 0.66% 0.65% -
HSV(B) 315.63º 0.53% 0.88% -
XYZ 45.42 29.8 53.81 -
YUV 150.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 224 105 193 0 0.53 0.14 0.12 315.63 0.66 0.65
Hex E0 69 C1 0 35 E C 13C 42 41
Octal 340 151 301 0 65 16 14 474 102 101
Binary 11100000 1101001 11000001 0 110101 1110 1100 100111100 1000010 1000001

Color Harmonies of #E069C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069C1

Black with #E069C1

Text Example


Text Example

White with #E069C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069C1; }

 p { color: rgb(224,105,193); }

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

background-color css

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

 a { background-color: rgb(224,105,193); }

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

border-color css

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

 span { border-color: rgb(224,105,193); }

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