Html Css Color HEX #EA6CDD Orchid

📋 copy color: '#EA6CDD'

red 234 ◦ green 108 ◦ blue 221

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

Shades of Orchid #EA6CDD

Tints of Orchid #EA6CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 41.56%
G = 19.18%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA6CDD (or 0xEA6CDD) is known color: Orchid. HEX triplet: EA, 6C and DD. RGB value is (234,108,221). Sum of RGB (Red+Green+Blue) = 234+108+221=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 108 (42.58% from 255 or 19.18% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6CDD is #159322. Grayscale: #9E9E9E. Windows color (decimal): -1413923 or 14511338. OLE color: 14511338.

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

Color convert

RGB 234 108 221 -
CMYK 0 0.54 0.06 0.08
HSL 306.19º 0.75% 0.67% -
HSV(B) 306.19º 0.54% 0.92% -
XYZ 52.35 33.44 72.1 -
YUV 158.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 234 108 221 0 0.54 0.06 0.08 306.19 0.75 0.67
Hex EA 6C DD 0 36 6 8 132 4B 43
Octal 352 154 335 0 66 6 10 462 113 103
Binary 11101010 1101100 11011101 0 110110 110 1000 100110010 1001011 1000011

Color Harmonies of #EA6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6CDD

Black with #EA6CDD

Text Example


Text Example

White with #EA6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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