Html Css Color HEX #EF838B Carissma

📋 copy color: '#EF838B'

red 239 ◦ green 131 ◦ blue 139

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

Shades of Carissma #EF838B

Tints of Carissma #EF838B

RGB

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

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

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

R = 46.95%
G = 25.74%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF838B (or 0xEF838B) is known color: Carissma. HEX triplet: EF, 83 and 8B. RGB value is (239,131,139). Sum of RGB (Red+Green+Blue) = 239+131+139=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF838B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF838B is #107C74. Grayscale: #A4A4A4. Windows color (decimal): -1080437 or 9143279. OLE color: 9143279.

HSL color Cylindrical-coordinate representation of color #EF838B: hue angle of 355.56º 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 #EF838B is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 131 139 -
CMYK 0 0.45 0.42 0.06
HSL 355.56º 0.77% 0.73% -
HSV(B) 355.56º 0.45% 0.94% -
XYZ 48.37 36.45 28.91 -
YUV 164.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 239 131 139 0 0.45 0.42 0.06 355.56 0.77 0.73
Hex EF 83 8B 0 2D 2A 6 164 4D 49
Octal 357 203 213 0 55 52 6 544 115 111
Binary 11101111 10000011 10001011 0 101101 101010 110 101100100 1001101 1001001

Color Harmonies of #EF838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF838B

Black with #EF838B

Text Example


Text Example

White with #EF838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF838B; }

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

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

background-color css

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

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

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

border-color css

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

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

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