Html Css Color HEX #E069CA Orchid

📋 copy color: '#E069CA'

red 224 ◦ green 105 ◦ blue 202

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

Shades of Orchid #E069CA

Tints of Orchid #E069CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 42.18%
G = 19.77%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E069CA (or 0xE069CA) is known color: Orchid. HEX triplet: E0, 69 and CA. RGB value is (224,105,202). Sum of RGB (Red+Green+Blue) = 224+105+202=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E069CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069CA is #1F9635. Grayscale: #979797. Windows color (decimal): -2070070 or 13265376. OLE color: 13265376.

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

Color convert

RGB 224 105 202 -
CMYK 0 0.53 0.10 0.12
HSL 311.09º 0.66% 0.65% -
HSV(B) 311.09º 0.53% 0.88% -
XYZ 46.45 30.21 59.26 -
YUV 151.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 224 105 202 0 0.53 0.10 0.12 311.09 0.66 0.65
Hex E0 69 CA 0 35 A C 137 42 41
Octal 340 151 312 0 65 12 14 467 102 101
Binary 11100000 1101001 11001010 0 110101 1010 1100 100110111 1000010 1000001

Color Harmonies of #E069CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069CA

Black with #E069CA

Text Example


Text Example

White with #E069CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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