Html Css Color HEX #E385A0 Carissma

📋 copy color: '#E385A0'

red 227 ◦ green 133 ◦ blue 160

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

Shades of Carissma #E385A0

Tints of Carissma #E385A0

RGB

 RED value IS 227 (89.06% from 255) = 43.65%

 GREEN value IS 133 (52.34% from 255) = 25.58%

 BLUE value IS 160 (62.89% from 255) = 30.77%

R = 43.65%
G = 25.58%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E385A0 (or 0xE385A0) is known color: Carissma. HEX triplet: E3, 85 and A0. RGB value is (227,133,160). Sum of RGB (Red+Green+Blue) = 227+133+160=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E385A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E385A0 is #1C7A5F. Grayscale: #A4A4A4. Windows color (decimal): -1866336 or 10520035. OLE color: 10520035.

HSL color Cylindrical-coordinate representation of color #E385A0: hue angle of 342.77º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E385A0 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 133 160 -
CMYK 0 0.41 0.30 0.11
HSL 342.77º 0.63% 0.71% -
HSV(B) 342.77º 0.41% 0.89% -
XYZ 46.41 35.64 37.69 -
YUV 164.18 125.64 172.8 -
System Red Green Blue C M Y K H S L
Decimal 227 133 160 0 0.41 0.30 0.11 342.77 0.63 0.71
Hex E3 85 A0 0 29 1E B 157 3F 47
Octal 343 205 240 0 51 36 13 527 77 107
Binary 11100011 10000101 10100000 0 101001 11110 1011 101010111 111111 1000111

Color Harmonies of #E385A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385A0

Black with #E385A0

Text Example


Text Example

White with #E385A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385A0; }

 p { color: rgb(227,133,160); }

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

background-color css

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

 a { background-color: rgb(227,133,160); }

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

border-color css

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

 span { border-color: rgb(227,133,160); }

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