Html Css Color HEX #EB7A8D Carissma

📋 copy color: '#EB7A8D'

red 235 ◦ green 122 ◦ blue 141

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

Shades of Carissma #EB7A8D

Tints of Carissma #EB7A8D

RGB

 RED value IS 235 (92.19% from 255) = 47.19%

 GREEN value IS 122 (48.05% from 255) = 24.5%

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

R = 47.19%
G = 24.5%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB7A8D (or 0xEB7A8D) is known color: Carissma. HEX triplet: EB, 7A and 8D. RGB value is (235,122,141). Sum of RGB (Red+Green+Blue) = 235+122+141=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7A8D is #148572. Grayscale: #9D9D9D. Windows color (decimal): -1344883 or 9272043. OLE color: 9272043.

HSL color Cylindrical-coordinate representation of color #EB7A8D: hue angle of 349.91º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7A8D is Cyan = 0, Magento = 0.48, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 122 141 -
CMYK 0 0.48 0.4 0.08
HSL 349.91º 0.74% 0.7% -
HSV(B) 349.91º 0.48% 0.92% -
XYZ 46.03 33.5 29.24 -
YUV 157.95 118.44 182.96 -
System Red Green Blue C M Y K H S L
Decimal 235 122 141 0 0.48 0.4 0.08 349.91 0.74 0.7
Hex EB 7A 8D 0 30 28 8 15E 4A 46
Octal 353 172 215 0 60 50 10 536 112 106
Binary 11101011 1111010 10001101 0 110000 101000 1000 101011110 1001010 1000110

Color Harmonies of #EB7A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7A8D

Black with #EB7A8D

Text Example


Text Example

White with #EB7A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7A8D; }

 p { color: rgb(235,122,141); }

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

background-color css

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

 a { background-color: rgb(235,122,141); }

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

border-color css

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

 span { border-color: rgb(235,122,141); }

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