Html Css Color HEX #E18A8D Carissma

📋 copy color: '#E18A8D'

red 225 ◦ green 138 ◦ blue 141

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

Shades of Carissma #E18A8D

Tints of Carissma #E18A8D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.38%

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 44.64%
G = 27.38%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E18A8D (or 0xE18A8D) is known color: Carissma. HEX triplet: E1, 8A and 8D. RGB value is (225,138,141). Sum of RGB (Red+Green+Blue) = 225+138+141=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18A8D is #1E7572. Grayscale: #A4A4A4. Windows color (decimal): -1996147 or 9276129. OLE color: 9276129.

HSL color Cylindrical-coordinate representation of color #E18A8D: hue angle of 357.93º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18A8D is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 141 -
CMYK 0 0.39 0.37 0.12
HSL 357.93º 0.59% 0.71% -
HSV(B) 357.93º 0.39% 0.88% -
XYZ 44.95 36.11 29.8 -
YUV 164.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 225 138 141 0 0.39 0.37 0.12 357.93 0.59 0.71
Hex E1 8A 8D 0 27 25 C 166 3B 47
Octal 341 212 215 0 47 45 14 546 73 107
Binary 11100001 10001010 10001101 0 100111 100101 1100 101100110 111011 1000111

Color Harmonies of #E18A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A8D

Black with #E18A8D

Text Example


Text Example

White with #E18A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A8D; }

 p { color: rgb(225,138,141); }

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

background-color css

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

 a { background-color: rgb(225,138,141); }

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

border-color css

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

 span { border-color: rgb(225,138,141); }

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