Html Css Color HEX #E672DA Orchid

📋 copy color: '#E672DA'

red 230 ◦ green 114 ◦ blue 218

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

Shades of Orchid #E672DA

Tints of Orchid #E672DA

RGB

 RED value IS 230 (90.23% from 255) = 40.93%

 GREEN value IS 114 (44.92% from 255) = 20.28%

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 40.93%
G = 20.28%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E672DA (or 0xE672DA) is known color: Orchid. HEX triplet: E6, 72 and DA. RGB value is (230,114,218). Sum of RGB (Red+Green+Blue) = 230+114+218=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E672DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672DA is #198D25. Grayscale: #A0A0A0. Windows color (decimal): -1674534 or 14316262. OLE color: 14316262.

HSL color Cylindrical-coordinate representation of color #E672DA: hue angle of 306.21º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E672DA is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 114 218 -
CMYK 0 0.50 0.05 0.10
HSL 306.21º 0.7% 0.67% -
HSV(B) 306.21º 0.5% 0.9% -
XYZ 51.31 33.92 70.17 -
YUV 160.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 230 114 218 0 0.50 0.05 0.10 306.21 0.7 0.67
Hex E6 72 DA 0 32 5 A 132 46 43
Octal 346 162 332 0 62 5 12 462 106 103
Binary 11100110 1110010 11011010 0 110010 101 1010 100110010 1000110 1000011

Color Harmonies of #E672DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E672DA

Black with #E672DA

Text Example


Text Example

White with #E672DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E672DA; }

 p { color: rgb(230,114,218); }

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

background-color css

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

 a { background-color: rgb(230,114,218); }

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

border-color css

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

 span { border-color: rgb(230,114,218); }

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