Html Css Color HEX #E18694 Carissma

📋 copy color: '#E18694'

red 225 ◦ green 134 ◦ blue 148

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

Shades of Carissma #E18694

Tints of Carissma #E18694

RGB

 RED value IS 225 (88.28% from 255) = 44.38%

 GREEN value IS 134 (52.73% from 255) = 26.43%

 BLUE value IS 148 (58.2% from 255) = 29.19%

R = 44.38%
G = 26.43%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E18694 (or 0xE18694) is known color: Carissma. HEX triplet: E1, 86 and 94. RGB value is (225,134,148). Sum of RGB (Red+Green+Blue) = 225+134+148=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E18694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18694 is #1E796B. Grayscale: #A2A2A2. Windows color (decimal): -1997164 or 9733857. OLE color: 9733857.

HSL color Cylindrical-coordinate representation of color #E18694: hue angle of 350.77º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E18694 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 134 148 -
CMYK 0 0.40 0.34 0.12
HSL 350.77º 0.6% 0.7% -
HSV(B) 350.77º 0.4% 0.88% -
XYZ 44.92 35.2 32.44 -
YUV 162.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 225 134 148 0 0.40 0.34 0.12 350.77 0.6 0.7
Hex E1 86 94 0 28 22 C 15F 3C 46
Octal 341 206 224 0 50 42 14 537 74 106
Binary 11100001 10000110 10010100 0 101000 100010 1100 101011111 111100 1000110

Color Harmonies of #E18694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18694

Black with #E18694

Text Example


Text Example

White with #E18694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18694; }

 p { color: rgb(225,134,148); }

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

background-color css

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

 a { background-color: rgb(225,134,148); }

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

border-color css

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

 span { border-color: rgb(225,134,148); }

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