Html Css Color HEX #EB7C85 Carissma

📋 copy color: '#EB7C85'

red 235 ◦ green 124 ◦ blue 133

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

Shades of Carissma #EB7C85

Tints of Carissma #EB7C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.2%

 BLUE value IS 133 (52.34% from 255) = 27.03%

R = 47.76%
G = 25.2%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB7C85 (or 0xEB7C85) is known color: Carissma. HEX triplet: EB, 7C and 85. RGB value is (235,124,133). Sum of RGB (Red+Green+Blue) = 235+124+133=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7C85 is #14837A. Grayscale: #9E9E9E. Windows color (decimal): -1344379 or 8748267. OLE color: 8748267.

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

Color convert

RGB 235 124 133 -
CMYK 0 0.47 0.43 0.08
HSL 355.14º 0.74% 0.7% -
HSV(B) 355.14º 0.47% 0.92% -
XYZ 45.7 33.77 26.3 -
YUV 158.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 235 124 133 0 0.47 0.43 0.08 355.14 0.74 0.7
Hex EB 7C 85 0 2F 2B 8 163 4A 46
Octal 353 174 205 0 57 53 10 543 112 106
Binary 11101011 1111100 10000101 0 101111 101011 1000 101100011 1001010 1000110

Color Harmonies of #EB7C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7C85

Black with #EB7C85

Text Example


Text Example

White with #EB7C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7C85; }

 p { color: rgb(235,124,133); }

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

background-color css

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

 a { background-color: rgb(235,124,133); }

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

border-color css

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

 span { border-color: rgb(235,124,133); }

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