Html Css Color HEX #EB7C8A Carissma

📋 copy color: '#EB7C8A'

red 235 ◦ green 124 ◦ blue 138

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

Shades of Carissma #EB7C8A

Tints of Carissma #EB7C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 47.28%
G = 24.95%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB7C8A (or 0xEB7C8A) is known color: Carissma. HEX triplet: EB, 7C and 8A. RGB value is (235,124,138). Sum of RGB (Red+Green+Blue) = 235+124+138=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7C8A is #148375. Grayscale: #9E9E9E. Windows color (decimal): -1344374 or 9075947. OLE color: 9075947.

HSL color Cylindrical-coordinate representation of color #EB7C8A: hue angle of 352.43º 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 #EB7C8A is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 124 138 -
CMYK 0 0.47 0.41 0.08
HSL 352.43º 0.74% 0.7% -
HSV(B) 352.43º 0.47% 0.92% -
XYZ 46.06 33.91 28.16 -
YUV 158.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 235 124 138 0 0.47 0.41 0.08 352.43 0.74 0.7
Hex EB 7C 8A 0 2F 29 8 160 4A 46
Octal 353 174 212 0 57 51 10 540 112 106
Binary 11101011 1111100 10001010 0 101111 101001 1000 101100000 1001010 1000110

Color Harmonies of #EB7C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7C8A

Black with #EB7C8A

Text Example


Text Example

White with #EB7C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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