Html Css Color HEX #EB788F Carissma

📋 copy color: '#EB788F'

red 235 ◦ green 120 ◦ blue 143

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

Shades of Carissma #EB788F

Tints of Carissma #EB788F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.1%

 BLUE value IS 143 (56.25% from 255) = 28.71%

R = 47.19%
G = 24.1%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB788F (or 0xEB788F) is known color: Carissma. HEX triplet: EB, 78 and 8F. RGB value is (235,120,143). Sum of RGB (Red+Green+Blue) = 235+120+143=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB788F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB788F is #148770. Grayscale: #9D9D9D. Windows color (decimal): -1345393 or 9402603. OLE color: 9402603.

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

Color convert

RGB 235 120 143 -
CMYK 0 0.49 0.39 0.08
HSL 348º 0.74% 0.7% -
HSV(B) 348º 0.49% 0.92% -
XYZ 45.94 33.08 29.95 -
YUV 157.01 120.1 183.63 -
System Red Green Blue C M Y K H S L
Decimal 235 120 143 0 0.49 0.39 0.08 348 0.74 0.7
Hex EB 78 8F 0 31 27 8 15C 4A 46
Octal 353 170 217 0 61 47 10 534 112 106
Binary 11101011 1111000 10001111 0 110001 100111 1000 101011100 1001010 1000110

Color Harmonies of #EB788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB788F

Black with #EB788F

Text Example


Text Example

White with #EB788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB788F; }

 p { color: rgb(235,120,143); }

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

background-color css

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

 a { background-color: rgb(235,120,143); }

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

border-color css

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

 span { border-color: rgb(235,120,143); }

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