Html Css Color HEX #EB7E8B Carissma

📋 copy color: '#EB7E8B'

red 235 ◦ green 126 ◦ blue 139

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

Shades of Carissma #EB7E8B

Tints of Carissma #EB7E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.2%

 BLUE value IS 139 (54.69% from 255) = 27.8%

R = 47%
G = 25.2%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB7E8B (or 0xEB7E8B) is known color: Carissma. HEX triplet: EB, 7E and 8B. RGB value is (235,126,139). Sum of RGB (Red+Green+Blue) = 235+126+139=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7E8B is #148174. Grayscale: #A0A0A0. Windows color (decimal): -1343861 or 9141995. OLE color: 9141995.

HSL color Cylindrical-coordinate representation of color #EB7E8B: hue angle of 352.84º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB7E8B is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 126 139 -
CMYK 0 0.46 0.41 0.08
HSL 352.84º 0.73% 0.71% -
HSV(B) 352.84º 0.46% 0.92% -
XYZ 46.38 34.45 28.63 -
YUV 160.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 235 126 139 0 0.46 0.41 0.08 352.84 0.73 0.71
Hex EB 7E 8B 0 2E 29 8 161 49 47
Octal 353 176 213 0 56 51 10 541 111 107
Binary 11101011 1111110 10001011 0 101110 101001 1000 101100001 1001001 1000111

Color Harmonies of #EB7E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7E8B

Black with #EB7E8B

Text Example


Text Example

White with #EB7E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7E8B; }

 p { color: rgb(235,126,139); }

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

background-color css

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

 a { background-color: rgb(235,126,139); }

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

border-color css

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

 span { border-color: rgb(235,126,139); }

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