Html Css Color HEX #E67385 Deep Blush

📋 copy color: '#E67385'

red 230 ◦ green 115 ◦ blue 133

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

Shades of Deep Blush #E67385

Tints of Deep Blush #E67385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.82%

R = 48.12%
G = 24.06%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E67385 (or 0xE67385) is known color: Deep Blush. HEX triplet: E6, 73 and 85. RGB value is (230,115,133). Sum of RGB (Red+Green+Blue) = 230+115+133=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E67385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67385 is #198C7A. Grayscale: #979797. Windows color (decimal): -1674363 or 8745958. OLE color: 8745958.

HSL color Cylindrical-coordinate representation of color #E67385: hue angle of 350.61º 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 #E67385 is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 115 133 -
CMYK 0 0.5 0.42 0.10
HSL 350.61º 0.7% 0.68% -
HSV(B) 350.61º 0.5% 0.9% -
XYZ 43 30.78 25.86 -
YUV 151.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 230 115 133 0 0.5 0.42 0.10 350.61 0.7 0.68
Hex E6 73 85 0 32 2A A 15F 46 44
Octal 346 163 205 0 62 52 12 537 106 104
Binary 11100110 1110011 10000101 0 110010 101010 1010 101011111 1000110 1000100

Color Harmonies of #E67385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67385

Black with #E67385

Text Example


Text Example

White with #E67385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67385; }

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

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

background-color css

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

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

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

border-color css

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

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

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