Html Css Color HEX #EA6CD3 Orchid

📋 copy color: '#EA6CD3'

red 234 ◦ green 108 ◦ blue 211

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

Shades of Orchid #EA6CD3

Tints of Orchid #EA6CD3

RGB

 RED value IS 234 (91.8% from 255) = 42.31%

 GREEN value IS 108 (42.58% from 255) = 19.53%

 BLUE value IS 211 (82.81% from 255) = 38.16%

R = 42.31%
G = 19.53%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA6CD3 (or 0xEA6CD3) is known color: Orchid. HEX triplet: EA, 6C and D3. RGB value is (234,108,211). Sum of RGB (Red+Green+Blue) = 234+108+211=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6CD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6CD3 is #15932C. Grayscale: #9D9D9D. Windows color (decimal): -1413933 or 13855978. OLE color: 13855978.

HSL color Cylindrical-coordinate representation of color #EA6CD3: hue angle of 310.95º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6CD3 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 108 211 -
CMYK 0 0.54 0.10 0.08
HSL 310.95º 0.75% 0.67% -
HSV(B) 310.95º 0.54% 0.92% -
XYZ 51.05 32.92 65.29 -
YUV 157.42 158.24 182.62 -
System Red Green Blue C M Y K H S L
Decimal 234 108 211 0 0.54 0.10 0.08 310.95 0.75 0.67
Hex EA 6C D3 0 36 A 8 137 4B 43
Octal 352 154 323 0 66 12 10 467 113 103
Binary 11101010 1101100 11010011 0 110110 1010 1000 100110111 1001011 1000011

Color Harmonies of #EA6CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6CD3

Black with #EA6CD3

Text Example


Text Example

White with #EA6CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6CD3; }

 p { color: rgb(234,108,211); }

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

background-color css

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

 a { background-color: rgb(234,108,211); }

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

border-color css

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

 span { border-color: rgb(234,108,211); }

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