Html Css Color HEX #E067CA Orchid

📋 copy color: '#E067CA'

red 224 ◦ green 103 ◦ blue 202

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

Shades of Orchid #E067CA

Tints of Orchid #E067CA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.47%

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

R = 42.34%
G = 19.47%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E067CA (or 0xE067CA) is known color: Orchid. HEX triplet: E0, 67 and CA. RGB value is (224,103,202). Sum of RGB (Red+Green+Blue) = 224+103+202=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E067CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067CA is #1F9835. Grayscale: #969696. Windows color (decimal): -2070582 or 13264864. OLE color: 13264864.

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

Color convert

RGB 224 103 202 -
CMYK 0 0.54 0.10 0.12
HSL 310.91º 0.66% 0.64% -
HSV(B) 310.91º 0.54% 0.88% -
XYZ 46.25 29.81 59.19 -
YUV 150.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 224 103 202 0 0.54 0.10 0.12 310.91 0.66 0.64
Hex E0 67 CA 0 36 A C 137 42 40
Octal 340 147 312 0 66 12 14 467 102 100
Binary 11100000 1100111 11001010 0 110110 1010 1100 100110111 1000010 1000000

Color Harmonies of #E067CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E067CA

Black with #E067CA

Text Example


Text Example

White with #E067CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E067CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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