Html Css Color HEX #EB7F8C Carissma

📋 copy color: '#EB7F8C'

red 235 ◦ green 127 ◦ blue 140

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

Shades of Carissma #EB7F8C

Tints of Carissma #EB7F8C

RGB

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

 GREEN value IS 127 (50% from 255) = 25.3%

 BLUE value IS 140 (55.08% from 255) = 27.89%

R = 46.81%
G = 25.3%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB7F8C (or 0xEB7F8C) is known color: Carissma. HEX triplet: EB, 7F and 8C. RGB value is (235,127,140). Sum of RGB (Red+Green+Blue) = 235+127+140=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7F8C is #148073. Grayscale: #A0A0A0. Windows color (decimal): -1343604 or 9207787. OLE color: 9207787.

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

Color convert

RGB 235 127 140 -
CMYK 0 0.46 0.40 0.08
HSL 352.78º 0.73% 0.71% -
HSV(B) 352.78º 0.46% 0.92% -
XYZ 46.58 34.73 29.06 -
YUV 160.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 235 127 140 0 0.46 0.40 0.08 352.78 0.73 0.71
Hex EB 7F 8C 0 2E 28 8 161 49 47
Octal 353 177 214 0 56 50 10 541 111 107
Binary 11101011 1111111 10001100 0 101110 101000 1000 101100001 1001001 1000111

Color Harmonies of #EB7F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7F8C

Black with #EB7F8C

Text Example


Text Example

White with #EB7F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7F8C; }

 p { color: rgb(235,127,140); }

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

background-color css

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

 a { background-color: rgb(235,127,140); }

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

border-color css

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

 span { border-color: rgb(235,127,140); }

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