Html Css Color HEX #E67384 Deep Blush

📋 copy color: '#E67384'

red 230 ◦ green 115 ◦ blue 132

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

Shades of Deep Blush #E67384

Tints of Deep Blush #E67384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.11%

 BLUE value IS 132 (51.95% from 255) = 27.67%

R = 48.22%
G = 24.11%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E67384 (or 0xE67384) is known color: Deep Blush. HEX triplet: E6, 73 and 84. RGB value is (230,115,132). Sum of RGB (Red+Green+Blue) = 230+115+132=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E67384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67384 is #198C7B. Grayscale: #979797. Windows color (decimal): -1674364 or 8680422. OLE color: 8680422.

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

Color convert

RGB 230 115 132 -
CMYK 0 0.5 0.43 0.10
HSL 351.13º 0.7% 0.68% -
HSV(B) 351.13º 0.5% 0.9% -
XYZ 42.93 30.75 25.5 -
YUV 151.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 230 115 132 0 0.5 0.43 0.10 351.13 0.7 0.68
Hex E6 73 84 0 32 2B A 15F 46 44
Octal 346 163 204 0 62 53 12 537 106 104
Binary 11100110 1110011 10000100 0 110010 101011 1010 101011111 1000110 1000100

Color Harmonies of #E67384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67384

Black with #E67384

Text Example


Text Example

White with #E67384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67384; }

 p { color: rgb(230,115,132); }

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

background-color css

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

 a { background-color: rgb(230,115,132); }

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

border-color css

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

 span { border-color: rgb(230,115,132); }

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