Html Css Color HEX #ED818A Carissma

📋 copy color: '#ED818A'

red 237 ◦ green 129 ◦ blue 138

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

Shades of Carissma #ED818A

Tints of Carissma #ED818A

RGB

 RED value IS 237 (92.97% from 255) = 47.02%

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

 BLUE value IS 138 (54.3% from 255) = 27.38%

R = 47.02%
G = 25.6%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED818A (or 0xED818A) is known color: Carissma. HEX triplet: ED, 81 and 8A. RGB value is (237,129,138). Sum of RGB (Red+Green+Blue) = 237+129+138=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED818A is #127E75. Grayscale: #A2A2A2. Windows color (decimal): -1212022 or 9077229. OLE color: 9077229.

HSL color Cylindrical-coordinate representation of color #ED818A: hue angle of 355º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED818A is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 129 138 -
CMYK 0 0.46 0.42 0.07
HSL 355º 0.75% 0.72% -
HSV(B) 355º 0.46% 0.93% -
XYZ 47.36 35.54 28.41 -
YUV 162.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 237 129 138 0 0.46 0.42 0.07 355 0.75 0.72
Hex ED 81 8A 0 2E 2A 7 163 4B 48
Octal 355 201 212 0 56 52 7 543 113 110
Binary 11101101 10000001 10001010 0 101110 101010 111 101100011 1001011 1001000

Color Harmonies of #ED818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED818A

Black with #ED818A

Text Example


Text Example

White with #ED818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED818A; }

 p { color: rgb(237,129,138); }

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

background-color css

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

 a { background-color: rgb(237,129,138); }

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

border-color css

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

 span { border-color: rgb(237,129,138); }

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