Html Css Color HEX #EF838C Carissma

📋 copy color: '#EF838C'

red 239 ◦ green 131 ◦ blue 140

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

Shades of Carissma #EF838C

Tints of Carissma #EF838C

RGB

 RED value IS 239 (93.75% from 255) = 46.86%

 GREEN value IS 131 (51.56% from 255) = 25.69%

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

R = 46.86%
G = 25.69%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF838C (or 0xEF838C) is known color: Carissma. HEX triplet: EF, 83 and 8C. RGB value is (239,131,140). Sum of RGB (Red+Green+Blue) = 239+131+140=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF838C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF838C is #107C73. Grayscale: #A4A4A4. Windows color (decimal): -1080436 or 9208815. OLE color: 9208815.

HSL color Cylindrical-coordinate representation of color #EF838C: hue angle of 355º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF838C is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 131 140 -
CMYK 0 0.45 0.41 0.06
HSL 355º 0.77% 0.73% -
HSV(B) 355º 0.45% 0.94% -
XYZ 48.45 36.48 29.3 -
YUV 164.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 239 131 140 0 0.45 0.41 0.06 355 0.77 0.73
Hex EF 83 8C 0 2D 29 6 163 4D 49
Octal 357 203 214 0 55 51 6 543 115 111
Binary 11101111 10000011 10001100 0 101101 101001 110 101100011 1001101 1001001

Color Harmonies of #EF838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF838C

Black with #EF838C

Text Example


Text Example

White with #EF838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF838C; }

 p { color: rgb(239,131,140); }

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

background-color css

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

 a { background-color: rgb(239,131,140); }

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

border-color css

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

 span { border-color: rgb(239,131,140); }

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