Html Css Color HEX #E28A8D Carissma

📋 copy color: '#E28A8D'

red 226 ◦ green 138 ◦ blue 141

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

Shades of Carissma #E28A8D

Tints of Carissma #E28A8D

RGB

 RED value IS 226 (88.67% from 255) = 44.75%

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

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

R = 44.75%
G = 27.33%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E28A8D (or 0xE28A8D) is known color: Carissma. HEX triplet: E2, 8A and 8D. RGB value is (226,138,141). Sum of RGB (Red+Green+Blue) = 226+138+141=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28A8D is #1D7572. Grayscale: #A4A4A4. Windows color (decimal): -1930611 or 9276130. OLE color: 9276130.

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

Color convert

RGB 226 138 141 -
CMYK 0 0.39 0.38 0.11
HSL 357.95º 0.6% 0.71% -
HSV(B) 357.95º 0.39% 0.89% -
XYZ 45.26 36.27 29.81 -
YUV 164.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 226 138 141 0 0.39 0.38 0.11 357.95 0.6 0.71
Hex E2 8A 8D 0 27 26 B 166 3C 47
Octal 342 212 215 0 47 46 13 546 74 107
Binary 11100010 10001010 10001101 0 100111 100110 1011 101100110 111100 1000111

Color Harmonies of #E28A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28A8D

Black with #E28A8D

Text Example


Text Example

White with #E28A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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