Html Css Color HEX #EF7F83 Carissma

📋 copy color: '#EF7F83'

red 239 ◦ green 127 ◦ blue 131

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

Shades of Carissma #EF7F83

Tints of Carissma #EF7F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.36%

R = 48.09%
G = 25.55%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF7F83 (or 0xEF7F83) is known color: Carissma. HEX triplet: EF, 7F and 83. RGB value is (239,127,131). Sum of RGB (Red+Green+Blue) = 239+127+131=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7F83 is #10807C. Grayscale: #A1A1A1. Windows color (decimal): -1081469 or 8617967. OLE color: 8617967.

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

Color convert

RGB 239 127 131 -
CMYK 0 0.47 0.45 0.06
HSL 357.86º 0.78% 0.72% -
HSV(B) 357.86º 0.47% 0.94% -
XYZ 47.28 35.17 25.77 -
YUV 160.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 239 127 131 0 0.47 0.45 0.06 357.86 0.78 0.72
Hex EF 7F 83 0 2F 2D 6 166 4E 48
Octal 357 177 203 0 57 55 6 546 116 110
Binary 11101111 1111111 10000011 0 101111 101101 110 101100110 1001110 1001000

Color Harmonies of #EF7F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F83

Black with #EF7F83

Text Example


Text Example

White with #EF7F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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