Html Css Color HEX #EF818F Carissma

📋 copy color: '#EF818F'

red 239 ◦ green 129 ◦ blue 143

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

Shades of Carissma #EF818F

Tints of Carissma #EF818F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.24%

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

R = 46.77%
G = 25.24%
B = 27.98%

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

#EF818F (or 0xEF818F) is known color: Carissma. HEX triplet: EF, 81 and 8F. RGB value is (239,129,143). Sum of RGB (Red+Green+Blue) = 239+129+143=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF818F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF818F is #107E70. Grayscale: #A3A3A3. Windows color (decimal): -1080945 or 9404911. OLE color: 9404911.

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

Color convert

RGB 239 129 143 -
CMYK 0 0.46 0.40 0.06
HSL 352.36º 0.77% 0.72% -
HSV(B) 352.36º 0.46% 0.94% -
XYZ 48.4 36.03 30.39 -
YUV 163.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 239 129 143 0 0.46 0.40 0.06 352.36 0.77 0.72
Hex EF 81 8F 0 2E 28 6 160 4D 48
Octal 357 201 217 0 56 50 6 540 115 110
Binary 11101111 10000001 10001111 0 101110 101000 110 101100000 1001101 1001000

Color Harmonies of #EF818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF818F

Black with #EF818F

Text Example


Text Example

White with #EF818F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF818F; }

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

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

background-color css

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

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

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

border-color css

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

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

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