Html Css Color HEX #EF828F Carissma

📋 copy color: '#EF828F'

red 239 ◦ green 130 ◦ blue 143

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

Shades of Carissma #EF828F

Tints of Carissma #EF828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.39%

 BLUE value IS 143 (56.25% from 255) = 27.93%

R = 46.68%
G = 25.39%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF828F (or 0xEF828F) is known color: Carissma. HEX triplet: EF, 82 and 8F. RGB value is (239,130,143). Sum of RGB (Red+Green+Blue) = 239+130+143=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF828F is #107D70. Grayscale: #A4A4A4. Windows color (decimal): -1080689 or 9405167. OLE color: 9405167.

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

Color convert

RGB 239 130 143 -
CMYK 0 0.46 0.40 0.06
HSL 352.84º 0.77% 0.72% -
HSV(B) 352.84º 0.46% 0.94% -
XYZ 48.54 36.3 30.43 -
YUV 164.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 239 130 143 0 0.46 0.40 0.06 352.84 0.77 0.72
Hex EF 82 8F 0 2E 28 6 161 4D 48
Octal 357 202 217 0 56 50 6 541 115 110
Binary 11101111 10000010 10001111 0 101110 101000 110 101100001 1001101 1001000

Color Harmonies of #EF828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF828F

Black with #EF828F

Text Example


Text Example

White with #EF828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF828F; }

 p { color: rgb(239,130,143); }

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

background-color css

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

 a { background-color: rgb(239,130,143); }

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

border-color css

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

 span { border-color: rgb(239,130,143); }

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